Skip to content

arnaudmathias/ft_vox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_vox

Intro

Voxel game engine written in C++ using OpenGL.
The engine is primarily focused on the challenges behind generating and rendering a procedural world in real time.

Usage

./ft_vox [world_seed]

Keymap:

WASD - move around
F - toggle fullscreen
I - toggle debug info HUD
M - toggle wireframe mode

Build

git clone --recursive https://github.com/indiedriver/ft_vox
cd ft_vox
cmake .