Skip to content
/ b Public

A multiplayer Voxel Engine written in C.

Notifications You must be signed in to change notification settings

knvi/b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b

image

this project is originated from knicked's CCraft

WARNING

glfw is used as a submodule here, please run git submodule update --init after cloning to get glfw.

to build on linux/mac

(if youre running on WSL with x11) sudo apt-get install libx11-dev
mkdir build && cd build
cmake ..
make

win:

mkdir build && cd build
cmake .. -G "MinGW Makefiles"
make

run

./b