FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Vulpinii/grass-tutorial_finalcode: Final code of the grass modeling tutorial. This program displays an expanse of windswept grass. · GitHub

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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]

About

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

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Contributors

Languages


Back | FazBrowse Home | New Git URL