Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 737 Bytes

File metadata and controls

28 lines (23 loc) · 737 Bytes

Voxel game in OpenGL

Relies on Monolithic Unit Tests

Building

Uses nob.h

MSVC

Note: first line is only needed once, the build system rebuilds itself after

cl nob.c
nob
bin\vonu

Note: when running the application, your working directory has to be the one with the assets in it

GCC/Clang

Note: first line is only needed once, the build system rebuilds itself after

cc nob.c -o nob
./nob
./bin/vonu 

Note: when running the application, your working directory has to be the one with the assets in it