An open API service indexing awesome lists of open source software.

https://github.com/miha53cevic/simplevoxelengine

A voxel like game made whilst learning opengl
https://github.com/miha53cevic/simplevoxelengine

minecraft-clone opengl voxel

Last synced: 2 months ago
JSON representation

A voxel like game made whilst learning opengl

Awesome Lists containing this project

README

        

# simpleVoxelEngine
A voxel like game made whilst learning opengl

- Libraries used: SFML / GLM / GLAD

## Screenshots

### Add chunk generation
![](screenshots/first_chunk.png)

### Added a chunk manager so now we have 4x1x4 chunks
![](screenshots/chunk_manager_4x4chunks.png)

### Added perlinNoise and texture atlases
![](screenshots/added_perlinNoise_and_textureAtlas.png)

### Added backface culling and better textures

![](screenshots/added_culling_and_better_textures.png)

### Added layers to the chunks

![](screenshots/added_layers.png)

### Added simple collision detection and trees

![](screenshots/added_collisions_and_trees.png)

### Added block placing with right click

![](screenshots/added_block_placing.png)