A Minecraft-like video game written in C++ during my journey in Berlin/Vienna
  • C++ 62.4%
  • C 36.6%
  • CMake 0.7%
  • GLSL 0.2%
Find a file
Hubert Gruniaux 43f8b5ab60 [🔥] Remove unneeded ChunkMesher::mesh_gpu()
Uploading the vertices to the GPU must be done on the main thread for now, therefore this is done by the ChunkManager and not by ChunkMesher. This function was not used anymore in the code.
2025-06-11 14:45:41 +02:00
assets Initial commit 2025-06-09 00:14:50 +02:00
src [🔥] Remove unneeded ChunkMesher::mesh_gpu() 2025-06-11 14:45:41 +02:00
test Initial commit 2025-06-09 00:14:50 +02:00
.clang-format Initial commit 2025-06-09 00:14:50 +02:00
.editorconfig Initial commit 2025-06-09 00:14:50 +02:00
.gitignore Initial commit 2025-06-09 00:14:50 +02:00
CMakeLists.txt Initial commit 2025-06-09 00:14:50 +02:00