An open API service indexing awesome lists of open source software.

https://github.com/caseymcc/qub3d

A Brand-New Voxel Engine with a Client, Launcher and Server built from the ground up.
https://github.com/caseymcc/qub3d

Last synced: over 1 year ago
JSON representation

A Brand-New Voxel Engine with a Client, Launcher and Server built from the ground up.

Awesome Lists containing this project

README

          

[![Build Status](https://www.travis-ci.org/qub3d/qub3d.svg?branch=develop)](https://www.travis-ci.org/qub3d/qub3d)
[![Build status](https://ci.appveyor.com/api/projects/status/s5ier6fjuwpv5qor?svg=true)](https://ci.appveyor.com/project/qub3d-bot/qub3d)

# WELCOME TO THE QUB³D PROJECT!

This is the main repository for the Qub3d project, just clone this, and run a a few CMake commands and you're good to go!

## To Build:
Run:
```
cmake -H. -Bbuild
```
This will generate configurations into a directory called "build"

Now run:
```
cmake --build build
```
and this will actually build the project.

Things like the client, launcher and server will be built into ``COMPILE/bin``
Things like the engine and renderer will be built into ``COMPILE/lib``