Voxel sandbox game in C
Find a file
2024-07-17 17:09:56 -04:00
.gitignore windows cross-compliation 2024-07-14 19:27:52 -04:00
control.c forgot to remove left shift 2024-07-17 17:09:56 -04:00
control.h cleanup 2024-07-17 16:09:04 -04:00
cubes.c cleanup 2024-07-17 16:09:04 -04:00
cubes.h cleanup 2024-07-16 17:53:09 -04:00
gen.c cleanup 2024-07-17 16:09:04 -04:00
gen.h cleanup 2024-07-16 17:53:09 -04:00
gl.h first commit 2024-07-13 01:58:25 -04:00
linmath.h collision test 2024-07-17 09:18:33 -04:00
main.c cleanup 2024-07-17 16:09:04 -04:00
Makefile windows cross-compliation 2024-07-14 19:27:52 -04:00
README.md matrix 2024-07-17 14:35:55 -04:00
stb_image.h first commit 2024-07-13 01:58:25 -04:00
test.png multiple textures 2024-07-15 12:22:23 -04:00

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.