Voxel sandbox game in C
.gitignore | ||
control.c | ||
control.h | ||
cubes.c | ||
cubes.h | ||
demo.png | ||
gen.c | ||
gen.h | ||
gl.h | ||
inv.h | ||
LICENSE | ||
linmath.h | ||
main.c | ||
Makefile | ||
noise.c | ||
noise.h | ||
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 by communicating directly with a project developer.
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.