cppcraft icon indicating copy to clipboard operation
cppcraft copied to clipboard

a Minecraft clone written in C++ and OpenGL that includes Minecraft textures, chunks, building, terrain, trees, water, inventories, and more!

Results 3 cppcraft issues
Sort by recently updated
recently updated
newest added

I can't build this on linux

Hello, under what license is this project released under ? I would like to study it to learn about voxel engines. Thank-you.

Hello, cool project! Here's something that caught my eye: https://github.com/Loonride/cppcraft/blob/28d1796499492f8a0eeaff5d31bebc70d73a978a/src/main.cpp#L170 If I'm correct, then the current ordering of getting input, updating the camera and rendering might incur an extra frame...