Go to file
Marc Gilleron ad54c1706a Added grass growth using random ticks 2020-07-28 20:41:43 +01:00
project Added grass growth using random ticks 2020-07-28 20:41:43 +01:00
screenshots Generate noise heightmap cubes mixed with smooth voxels 2017-04-06 23:48:33 +02:00
.gitignore Ignore region save files 2019-09-12 18:57:32 +01:00
LICENSE.md Added license 2019-05-29 01:18:37 +09:00
README.md Update readme to explain it's multiple tests and demo scenes 2019-06-01 20:09:40 +01:00

README.md

Voxel game demos (Godot Engine)

This project contains several scenes to test and demo the voxel module I'm developping for Godot Engine.

Screenshot

Dependencies

This project uses a C++ module:

For the old (unmaintained) pure-GDScript version, checkout the branch full_gdscript.