A simple voxel planet renderer with a flying camera implemented using Raylib.
- CMake 3.14 or higher
- C++17 compatible compiler
- Git (for fetching Raylib)
mkdir build
cd build
cmake ..
cmake --build .- Right Mouse Button + Mouse Movement: Look around
- W/A/S/D: Move forward/left/backward/right
- Space: Move up
- Left Shift: Move down
- Voxel-based planet generation
- Smooth FPS-style flying camera
- Cross-platform compatibility thanks to Raylib