Faster Minecraft clone written in C++23.
| Sunset Screenshot | House Built in the Game |
|---|---|
![]() |
![]() |
Voxel game engine built on OpenGL and GLFW featuring:
- Realtime world editing accelerated with multithreading.
- Transparency handler using fast multithreaded geometry reordering algorithm.
- Physics Engine with FPS-independent solver.
- Ordinary Differential Equations (ODEs) solver built for incredibly smooth and dynamic animations.
- Simple font rendering.
git clone https://github.com/slava30727/Terramine.git --recurse-submodules --depth=1
cd Terraminecmake -B build -DOPTIMIZE=ON
cmake --build build -j20- use WASD to move around
- use T to toggle mouse camera control
- use F to toggle fly mode
- use Space key to jump or fly upwards
- use Shift key to fly downwards
- hold Control key to move faster
- use Escape to open pause menu
- use 1..9 and 0 (for 10) keys to select voxel
- use Left Mouse Button to break blocks
- use Right Mouse Button to place blocks

