VoxelGameDev / OpenVox

Open Source Collaboration Project for /r/VoxelGameDev
Apache License 2.0
20 stars 3 forks source link

OpenVox

OpenVox is an open source C++ voxel engine built by the r/voxelgamedev community.

License

All source code files are licensed under the Apache License, Version 2.0 unless marked otherwise in a particular folder/file. Please see the NOTICE file for information on additional licensed works used in the project.

Requirements for OpenVox

The engine is built and tested for Windows, Linux, and MacOS X. It requires a graphics card and drivers capable of running OpenGL 3.2 or greater. To compile OpenVox you will need a C++ compiler that supports C++11. Cmake is used for building the project files.

How To Contribute

If you're interested in helping please read the CONTRIBUTING documentation.

Setup:

Pre-installation requirements

  1. Install CMake
  2. Install git

Clone Repository and Build

Windows

git clone --recurse-submodules https://github.com:VoxelGameDev/OpenVox openvox
cd openvox
./build.bat

Mac or Linux

git clone --recurse-submodules https://github.com:VoxelGameDev/OpenVox openvox
cd openvox
./build.sh