A voxel engine for godot. I'ts a c++ engine module.
Go to file
Relintai 1881eea313 Better defaults. 2019-11-07 13:20:20 +01:00
data
doc_classes
level_generator
library
math
meshers Fix 2 typos. 2019-11-06 17:56:45 +01:00
meshes
props Better defaults. 2019-11-07 13:20:20 +01:00
utility_old
world Updated the color baking algorithm, and restructured build phases. 2019-11-06 17:43:51 +01:00
.gitignore
LICENSE
README.md
SCsub Added VoxelmanPropEntity. 2019-11-05 23:18:48 +01:00
config.py
register_types.cpp Added VoxelmanPropEntity. 2019-11-05 23:18:48 +01: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.