Voxel sandbox game in C
Find a file
2024-07-17 10:43:09 -04:00
.gitignore windows cross-compliation 2024-07-14 19:27:52 -04:00
cubes.c cleanup 2024-07-16 17:53:09 -04:00
cubes.h cleanup 2024-07-16 17:53:09 -04:00
gen.c cleanup 2024-07-16 17:53:09 -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 collision and motion test (very scuffed) 2024-07-17 10:43:09 -04:00
Makefile windows cross-compliation 2024-07-14 19:27:52 -04:00
README.md the 2024-07-16 21:58:49 -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 a reply of https://social.zenoverse.net/onez/p/1721060958.087029

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.