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
- Host: GitHub
- URL: https://github.com/miha53cevic/simplevoxelengine
- Owner: miha53cevic
- License: mit
- Created: 2020-01-05T03:13:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T22:53:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T20:03:20.756Z (4 months ago)
- Topics: minecraft-clone, opengl, voxel
- Language: C++
- Size: 6.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
