diff options
Diffstat (limited to 'zola-static/content/projects/procedural-grass/index.md')
| -rw-r--r-- | zola-static/content/projects/procedural-grass/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zola-static/content/projects/procedural-grass/index.md b/zola-static/content/projects/procedural-grass/index.md new file mode 100644 index 0000000..7bbc88e --- /dev/null +++ b/zola-static/content/projects/procedural-grass/index.md @@ -0,0 +1,10 @@ ++++ +title = 'Procedural Grass' +date = 2025-03-06 +[extra] +cover = 'procedural-grass.png' +youtube_id = '7k7hfSHDg-Y' ++++ +This is a pretty simple [Godot](https://godotengine.org/) project which generates a patch of grass and then uses shaders to texture and deform it. + +Code [here](https://github.com/JackJ30/Godot2DGrass). |
