Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 508 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 508 Bytes

MinecraftMGL

A minecraft clone made in modern OpenGL

Implemented features

Core
  • Infinite world generation (simplex)
  • Different types of blocks
  • Plants
  • Different types of entities
  • Textures (texture atlas)
Graphics
  • Dynamic meshing
  • Skybox
  • Face lighting
  • Phong
  • Ambient occlusion
  • Shadows
Optimization
  • Multi-threading (mesh and world generation)
  • Face culling
  • Occlusion culling
  • Frustum culling