Final code of the grass modeling tutorial. This program displays an expanse of windswept grass.
- Tutorial in french : https://vulpinii.github.io/tutorials/grass-modelisation/fr/
- Tutorial in english : https://vulpinii.github.io/tutorials/grass-modelisation/en/
Prerequisite: CMake
To build this program, download the source code using git clone https://github.com/Vulpinii/grass-tutorial_finalcode
or directly the zip archive.
Then following these commands:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
./program
[instructions coming soon]