A project on black hole visualization
init resources/textures/ebruneton/gaia_sky_map
containing cubemap data from E.Bruneton:
git submodule update
git submodule init
Dependencies are installed using vcpkg.
- glm
- glad
- glfw
- imgui
- implot (0.12)
- stb_image
- boost-json (1.77.0)
- tinyobjloader
- cereal
- setup vcpkg (
vcpkg integrate install
not required) - open directory in CMake GUI
- select VS 2019
- add Entry:
- name:
CMAKE_TOOLCHAIN_FILE
- type:
PATH
- value:
[path to vcpkg]/scripts/buildsystems/vcpkg.cmake
- name:
- Configure & Generate, vcpkg will install all dependencies listed in
vcpkg.json
- Open Project to open solution in VS