A voxel engine for godot. I'ts a c++ engine module.
Go to file
Relintai 9106cae56c Added a .gitignore, and the basic module setup stuff. 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
LICENSE
README.md
SCsub 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
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

README.md

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.