A minimalist GUI to generate dune fields using cellular automaton.
dunescape_demo_cropped.mp4
This project is licensed under the terms of the MIT license.
Build by making a build directory (i.e. build/
), run cmake
in that dir, and then use make
to build the desired target.
Example:
mkdir build && cd build
cmake ..
make
The binary is generated in build/bin
:
cd build
bin/./dunescape
- Elder J., Models of dune field morphology
- Werner B.T., Eolian dunes: Computer simulations and attractor interpretation, Geology 1995, 23 (12): 1107–1110, DOI
- Dear ImGui: https://github.com/ocornut/imgui
- stb_image: https://github.com/nothings/stb
- Macro-Logger: https://github.com/dmcrodrigues/macro-logger