A voxel engine for godot. I'ts a c++ engine module.
Go to file
2019-05-31 18:26:36 +02:00
.gitignore Added a .gitignore, and the basic module setup stuff. 2019-05-31 18:26:36 +02:00
config.py Added a .gitignore, and the basic module setup stuff. 2019-05-31 18:26:36 +02:00
LICENSE Initial commit 2019-05-31 18:12:27 +02:00
README.md Initial commit 2019-05-31 18:12:27 +02:00
register_types.cpp Added a .gitignore, and the basic module setup stuff. 2019-05-31 18:26:36 +02:00
register_types.h Added a .gitignore, and the basic module setup stuff. 2019-05-31 18:26:36 +02:00
SCsub Added a .gitignore, and the basic module setup stuff. 2019-05-31 18:26:36 +02:00

voxelman

A voxel engine module for godot, focusing on editor integration, rapid prototyping, gameplay-related features, speed, and extendability (even from gdscript), without reinventing the wheel as much as possible.