My attempt at writing a cubical voxel engine, experimenting with different data structures and meshing algorithms and learning stuff along the way
 
 
Go to file
EmaMaker dd4732c1c1 only generate and mesh one chunk per loop cycle
add setup for voxel size

modeling/meshing needs optimization

switch to using a bitfield instead of queues
2022-08-22 17:34:25 +02:00
gradle/wrapper initial commit 2022-08-08 23:37:16 +02:00
scripts/desktopDeployment initial commit 2022-08-08 23:37:16 +02:00
src/main only generate and mesh one chunk per loop cycle 2022-08-22 17:34:25 +02:00
.gitignore only generate and mesh one chunk per loop cycle 2022-08-22 17:34:25 +02:00
build.gradle initial commit 2022-08-08 23:37:16 +02:00
gradlew initial commit 2022-08-08 23:37:16 +02:00
gradlew.bat initial commit 2022-08-08 23:37:16 +02:00
settings.gradle initial commit 2022-08-08 23:37:16 +02:00