Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 537 Bytes

File metadata and controls

13 lines (11 loc) · 537 Bytes

MinecraftOpenGL

A simple Minecraft-like game written in C++ and with OpenGL.

Some features

  • Bit Packing for verticies to reduce memory
  • Multithreaded work system for generating and rebuilding chunks
  • Simple collisions
  • Block placing and destruction
  • Opaque, transparent and translucent block types
  • Simple friction physics for different block types

Skärmbild 2021-04-09 233015 A screenshot of a test world during development