Thanks to visit codestin.com
Credit goes to github.com

Skip to content

godofecht/voxel-planet-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxel Planet

A simple voxel planet renderer with a flying camera implemented using Raylib.

Requirements

  • CMake 3.14 or higher
  • C++17 compatible compiler
  • Git (for fetching Raylib)

Building

mkdir build
cd build
cmake ..
cmake --build .

Controls

  • Right Mouse Button + Mouse Movement: Look around
  • W/A/S/D: Move forward/left/backward/right
  • Space: Move up
  • Left Shift: Move down

Features

  • Voxel-based planet generation
  • Smooth FPS-style flying camera
  • Cross-platform compatibility thanks to Raylib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published