Skip to content

Final code of the grass modeling tutorial. This program displays an expanse of windswept grass.

License

Notifications You must be signed in to change notification settings

Vulpinii/grass-tutorial_finalcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grass-tutorial_finalcode

Final code of the grass modeling tutorial. This program displays an expanse of windswept grass.

Useful links

Building

On Linux

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

On Windows

[instructions coming soon]