A voxel engine for godot. I'ts a c++ engine module.
Go to file
Relintai 4ad2faca86 Started reworking the mesher, and the cunk's interface. 2019-07-19 20:54:09 +02:00
data
doc_classes
library Implemented props. 2019-07-18 18:56:42 +02:00
math
meshers Started reworking the mesher, and the cunk's interface. 2019-07-19 20:54:09 +02:00
meshes Implemented props. 2019-07-18 18:56:42 +02:00
props Added in prop related data classes. 2019-07-19 18:39:46 +02:00
utility_old
world Started reworking the mesher, and the cunk's interface. 2019-07-19 20:54:09 +02:00
.gitignore
LICENSE
README.md
SCsub Added in prop related data classes. 2019-07-19 18:39:46 +02:00
config.py
register_types.cpp Added in prop related data classes. 2019-07-19 18:39:46 +02:00
register_types.h
voxelman

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.