Voxel sandbox game in C
.gitignore | ||
cubes.c | ||
cubes.h | ||
gen.c | ||
gen.h | ||
gl.h | ||
linmath.h | ||
main.c | ||
Makefile | ||
README.md | ||
stb_image.h | ||
test.png |
VoxelTest
This is a voxel engine designed as a light base for more extensive projects.
Extensive testing is required; report bugs and feature requests to https://matrix.to/#/@onez:zenoverse.net
The target platform is Linux, although cross-compilation to Windows is also possible. To compile, use the Makefile, create a directory "db", and run the "monke" executable.