Voxel Engine
Info
Genre |
Sandbox |
Release Date |
May 2022 |
Engine |
Custom (OpenGL) |
Programming Language |
C++ |
My Role |
Sole Developer |
Development Time |
3 months |
Features
- Infinite chunk-based terrain generation using Simplex noise
- Networked peer-to-peer multiplayer using UDP and TCP
- Cascaded shadow maps for directional light shadows
- Player movement system with gravity and collision
- Raycasting for block placement and destruction
- Vertex-based ambient occlusion built from surrounding voxels
Download
Source code is public on GitHub.
Latest release can be downloaded here.