Procedural terrain experiment.
Dependencies: Meson, gcc, glslc
git clone https://github.com/laurirasanen/drive.git --recursive
cd drive
./setup_release.sh
./run.sh
Dependencies: Meson, Visul Studio 2022, Vulkan SDK
git clone https://github.com/laurirasanen/drive.git --recursive
cd drive
meson setup -Dcpp_std=c++latest build
cd drive
meson compile
./drive.exe
- glm: MIT / The Happy Bunny License
- imgui: MIT License
- VulkanMemoryAllocator: MIT License
- PerlinNoise: MIT License
- SDL (system/wrapdb): Zlib License
- Vulkan-Headers (system/wrapdb): Apache-2.0 / MIT License