Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 531 Bytes

File metadata and controls

27 lines (21 loc) · 531 Bytes

⚠️ REPOSITORY MOVED ⚠️

this repository is now hosted at https://codeberg.org/rxn/vox

VOX

C++ Voxel Engine (possibly a game in the future) made with modern OpenGL (core 4.3).

Building

Linux is supported and Windows is sometimes tested (with Visual Studio 17 2022)

Requirements

GLAD

  • python3
  • pip install jinja2

Commands

Linux

./scripts/configure.sh 
./scripts/debug.sh

Windows

./scripts/configure.bat 
./scripts/debug.bat