caseymcc / voxelquest

Restructured code for Voxel Quest

Home Page:https://www.voxelquest.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord

voxelquest

This is a restructuring of the VoxelQuest (https://www.voxelquest.com/) source code.

If you do decide to play with it be aware that it is setup to use hunter (https://github.com/cpp-pm/hunter). This means your first compile will download the current dependices and compile them. This may take some time as some of the dependencies are large (looking at you boost). This is a one time compile so after that the builds will be normal.

(Optional SFML) For the moment, by default audion is disabled. If you want audio you will need to download the latest version of SFML and compile it. Call cmake with -DVOXELQUEST_USE_SFML=ON -DSFML_ROOT_DIRECTORY={Root Directory of SFML}. This build is expecting that you setup cmake to build SFML in the build directory using something like this: cmake -H. -Bbuild for the cmake option build directory.

Current screenshots screenshot screenshot

About

Restructured code for Voxel Quest

https://www.voxelquest.com/


Languages

Language:C++ 43.3%Language:C 35.5%Language:JavaScript 20.3%Language:CMake 0.4%Language:Objective-C++ 0.4%Language:GLSL 0.1%Language:Lua 0.0%