6b94db8140fa29c2e088f697a2907ea0e6cd8a1d
Minecraft
A Minecraft clone written in C++ with OpenGL
Development Checklist
- Block atlas
- Texturing faces
- Mesh chunks
- Fog
- Fustrum culling
- Chunk generation around the player
- Threaded chunk generation
- Player collision
- Player cursor
- Procedural world generation
- . . .
Even after this initial short checklist there will be a lot to implement to have a playable minecraft clone, its really there so you can see the development stage of the renderer.
Disclaimer
This project and it's author are not affiliated with or supported by Microsoft Corporation or Mojang AB. All of the files in the directory resources/textures/ are the original work and property of Mojang AB. All other files are the original work of the author of this repository, and were not based off of the source code of Minecraft.
Languages
C++
88.1%
C
11.6%
CMake
0.2%
