A Minecraft-like voxel game built with C++ and OpenGL.
- Basic Camera Movement
- Simple procedural terrain generation
- macOS / Linux / Windows
I tested this game primarily on macOS, but other platforms should work in theory.
- C++23 or newer
- CMake ≥ 4.0
- OpenGL-capable graphics driver (most computers do)
git clone --recursive https://github.com/LeoriumDev/venturers.git
cd venturersmkdir build
cd build
cmake ..
cmake --build ../venturers(On Windows, the executable will be located in the build output directory.)
- Press W / A / S / D to move around
- Press Space to go up, and Left Shift to go down
- Use the mouse to look around
- Press ESC to exit the game
Huge thanks to these websites: