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.
- Host: GitHub
- URL: https://github.com/caseymcc/qub3d
- Owner: caseymcc
- Created: 2018-10-02T22:15:15.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-10-02T20:13:05.000Z (over 7 years ago)
- Last Synced: 2025-01-21T23:33:18.059Z (over 1 year ago)
- Language: C
- Homepage: https://qub3d.tk
- Size: 8.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.travis-ci.org/qub3d/qub3d)
[](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``