Skip to content

Forest Visualisation with OpenGL. Experimental. For learning. Can change at any time.

Notifications You must be signed in to change notification settings

Silviculturalist/OpenForestViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenForestViz

Forest Visualisation with OpenGL. Experimental. For learning. Can change at any time.

Utilises vcpkg as a package manager. vcpkg.json provides list of dependencies and necessary components.

CMakePresets.json provides a configuration preset for the generator, e.g. microsoft VS.("default")

Get vcpkg and install dependencies:

cmake -S . -Bbuild -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_TOOLCHAIN_FILE=$PWD/vcpkg/scripts/buildsystems/vcpkg.cmake

Create a solution file:

cmake --preset=default

Build solution in Visual Studio.

TODO:

  • Add assimp dependency for model handling. (ASSet IMPort)
  • Triangle demo with Dear imgui.

About

Forest Visualisation with OpenGL. Experimental. For learning. Can change at any time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages