Home

Awesome

Build status Build Status

QUARTZ ENGINE

Community

Here's a link to our public discord server, where we collaborate and discuss the development of the engine.

Dependencies

Build Instructions

Visual Studio

Once cloned, enter the directory, by doing cd quartz-engine, and complete the following commands:

cmake -H. -BBuild
cmake --build Build

Linux, Mac OS X, MSYS

  1. mkdir build && cd build
  2. cmake ..
  3. make

Coding Standards

Here's a link to our Coding Standards. You can also have a look at our wiki for more information..