The start of a minecraft style game. Includes minecraft map file viewing.
This project began with the following goals in mind.
Goals:
- Get back into C/C++ programming.
- Learn some more OpenGL techniques.
- Explore creation of Minecraft style 3D voxel rendering.
- Map loading.
- Chunking.
- Dynamic loading/unloading.
- Teach myself techniques that are built into other engines.
- Collisions (Not currently implemented)
- Frustum Culling
- Have fun!
Leave a Reply