vsgXchange
Utility library for converting data+materials to/from VulkanSceneGraph
File Explorer
Download Latest Version (.zip)- CMakeLists.txt
- vsgconv.cpp
- 3DTiles.h
- all.h
- assimp.h
- bin.h
- cpp.h
- curl.h
- Export.h
- freetype.h
- gdal.h
- gltf.h
- images.h
- models.h
- 3DTiles.cpp
- b3dm.cpp
- build_vars.cmake
- Builder.cpp
- cmpt.cpp
- i3dm.cpp
- all.cpp
- Version.cpp
- Version.h.in
- assimp.cpp
- assimp_fallback.cpp
- build_vars.cmake
- Builder.cpp
- bin.cpp
- cpp.cpp
- build_vars.cmake
- curl.cpp
- curl_fallback.cpp
- dds.cpp
- tinyddsloader.h
- build_vars.cmake
- freetype.cpp
- freetype_fallback.cpp
- build_vars.cmake
- GDAL.cpp
- GDAL_fallback.cpp
- gdal_utils.cpp
- meta_utils.cpp
- build_vars.cmake
- Builder.cpp
- gltf.cpp
- images.cpp
- build_vars.cmake
- ktx.cpp
- ktx_fallback.cpp
- models.cpp
- build_vars.cmake
- openexr.cpp
- openexr_fallback.cpp
- stb_image.h
- stb_image_write.h
- stbi.cpp
- CMakeLists.txt
- vsgXchangeConfig.cmake.in
- .clang-format
- .gitignore
- CMakeLists.txt
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/vsg-dev/vsgXchange
Downloads the entire project code from GitHub to your computer.
cd vsgXchange
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
cmake --build .
Type this command into your terminal and run it.
cmake .
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
