Skip to content

VoxelGameDev/OpenVox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Open Source Collaboration Project for /r/VoxelGameDev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •