Voxel sandbox game in C
Find a file
2024-07-14 13:35:53 -04:00
.gitignore many updates and improvements to chunk loading 2024-07-13 21:18:55 -04:00
const.h fix crashes related to chunk loading 2024-07-14 12:28:56 -04:00
cubes.c progressbar 2024-07-14 12:00:31 -04:00
cubes.h many updates and improvements to chunk loading 2024-07-13 21:18:55 -04:00
gen.c fix crashes related to chunk loading 2024-07-14 12:28:56 -04:00
gen.h multi-threaded chunk loading 2024-07-13 17:02:49 -04:00
gl.h first commit 2024-07-13 01:58:25 -04:00
linmath.h perlin noise 2024-07-13 11:18:12 -04:00
main.c fix crashes related to chunk loading 2024-07-14 12:28:56 -04:00
Makefile first commit 2024-07-13 01:58:25 -04:00
README.md Instructions???? 2024-07-14 13:35:53 -04:00
stb_image.h first commit 2024-07-13 01:58:25 -04:00
test.png more stuff 2024-07-13 03:13:32 -04:00

VoxelTest

Another voxel engine. Only works on Linux for now because of #include <pthread.h>

Run the Makefile, create a directory "db", and run the "monke" executable