/simpleVoxelEngine

A voxel like game made whilst learning opengl

Primary LanguageC++MIT LicenseMIT

simpleVoxelEngine

A voxel like game made whilst learning opengl

  • Libraries used: SFML / GLM / GLAD

Screenshots

Add chunk generation

Added a chunk manager so now we have 4x1x4 chunks

Added perlinNoise and texture atlases

Added backface culling and better textures

Added layers to the chunks

Added simple collision detection and trees

Added block placing with right click