Vulpinii / grass-tutorial_finalcode

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

Home Page:https://vulpinii.github.io/tutorials/grass-modelisation/fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

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

https://vulpinii.github.io/tutorials/grass-modelisation/fr/

License:GNU General Public License v3.0


Languages

Language:C++ 97.5%Language:GLSL 2.2%Language:CMake 0.3%