AengusCraft
- July 2, 2024
- Aengus Patterson
This is a pretty simple Minecraft clone made in Godot, by Aengus Patterson (aka Teenage Code). View the source code here The blocks are all rendered in using the Godot multimesh system- a performant way to render thousands of meshes at once. The multimeshes do unfortunately lead to some rendering issues, especially on the Vulcan renderer, so I had to switch it to OpenGL 3.3 There are only like 2…