VulkanSceneGraph-1.0.1 released #626
vsg-dev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tagged the VulkanSceneGraph-1.0.1, vsgXchange-1.0.1 and vsgExampes-1.0.1 maintenance releases. The release are:
https://github.com/vsg-dev/VulkanSceneGraph/releases/tag/VulkanSceneGraph-1.0.1
https://github.com/vsg-dev/vsgXchange/releases/tag/vsgXchange-1.0.1
https://github.com/vsg-dev/vsgExamples/releases/tag/vsgExamples-1.0.1
There have been a modest number of fixes and refinements, the most noticeable items:
Files changes between 1.0.0 and 1.0.1:
$ git diff --name-status VulkanSceneGraph-1.0.0 VulkanSceneGraph-1.0.1
M .github/workflows/win-cygwin-mingw.yml
M CMakeLists.txt
M INSTALL.md
M README.md
M .github/workflows/win-cygwin-mingw.yml
M CMakeLists.txt
M INSTALL.md
M README.md
M cmake/build_all_h.cmake
M cmake/vsgMacros.cmake
M include/vsg/core/observer_ptr.h
M include/vsg/io/Input.h
M include/vsg/io/Output.h
M include/vsg/maths/quat.h
M include/vsg/nodes/MatrixTransform.h
M include/vsg/platform/android/Android_Window.h
M include/vsg/state/GraphicsPipeline.h
M include/vsg/utils/CommandLine.h
M include/vsg/vk/ResourceRequirements.h
M src/vsg/CMakeLists.txt
M src/vsg/app/CompileTraversal.cpp
M src/vsg/app/RenderGraph.cpp
M src/vsg/platform/android/Android_Window.cpp
M src/vsg/state/GraphicsPipeline.cpp
M src/vsg/text/StandardLayout.cpp
M src/vsg/utils/LineSegmentIntersector.cpp
M src/vsg/utils/ShaderCompiler.cpp
M src/vsg/utils/ShaderSet.cpp
M src/vsg/vk/PhysicalDevice.cpp
M src/vsg/vk/ResourceRequirements.cpp
$ git diff --name-status vsgXchange-1.0.0 vsgXchange-1.0.1
M CMakeLists.txt
M include/vsgXchange/curl.h
M src/assimp/assimp.cpp
M src/curl/curl.cpp
$ git diff --name-status vsgExamples-1.0.0 vsgExamples-1.0.1
M CMakeLists.txt
M data/shaders/standard_pbr.frag
M examples/app/vsgdeviceselection/vsgdeviceselection.cpp
M examples/app/vsgheadless/vsgheadless.cpp
M examples/app/vsgscreenshot/vsgscreenshot.cpp
M examples/nodes/vsgpagedlod/vsgpagedlod.cpp
M examples/platform/vsgandroidnative/README.md
M examples/platform/vsgandroidnative/app/AndroidManifest.xml
M examples/platform/vsgandroidnative/app/build.gradle
M examples/platform/vsgandroidnative/app/cpp/CMakeLists.txt
M examples/platform/vsgandroidnative/app/cpp/main.cpp
A examples/platform/vsgandroidnative/app/cpp/model_teapot.cpp
M examples/platform/vsgandroidnative/build.gradle
M examples/platform/vsgandroidnative/gradle/wrapper/gradle-wrapper.properties
D examples/traversals/CMakeLists.txt
M examples/utils/CMakeLists.txt
R100 examples/traversals/vsgintersection/CMakeLists.txt examples/utils/vsgintersection/CMakeLists.txt
R098 examples/traversals/vsgintersection/vsgintersection.cpp examples/utils/vsgintersection/vsgintersection.cpp
Beta Was this translation helpful? Give feedback.
All reactions