Procedural generation application
An application developed for research into various different procedural generation techniques that can be applied in real time 3D games or applications. This includes techniques for procedurally generating terrain, building structures and textures/materials.
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
Install vcpkg and run the following command to install library dependencies:
vcpkg install wxwidgets opengl glew glm
Then cd into the project root folder and run the following cmake commands:
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=<path_to_vcpkg_dir>\scripts\buildsystems\vcpkg.cmake
cmake --build build --config Release
Replacing the