Vulpinii / grass-tutorial_codebase

Code used as the basis for the grass modeling tutorial. This program displays stitches that serve as the basis for the blades of grass.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grass tutorial code base

Code used as the basis for the grass modeling tutorial. This program displays stitches that serve as the basis for the blades of 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_codebase 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

Code used as the basis for the grass modeling tutorial. This program displays stitches that serve as the basis for the blades of grass.

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

License:GNU General Public License v3.0


Languages

Language:C++ 99.3%Language:CMake 0.6%Language:GLSL 0.1%