| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Final code of the grass modeling tutorial. This program displays an expanse of windswept grass.
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]
| Back | FazBrowse Home | New Git URL |