knvi / b

A multiplayer Voxel Engine written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A multiplayer Voxel Engine written in C.

License:GNU General Public License v3.0


Languages

Language:C 97.2%Language:GLSL 1.6%Language:CMake 1.2%