Here's a link to our public discord server, where we collaborate and discuss the development of the engine.
- CMake (Version >= 3.0)
- A C++11 compatible compiler. The following have been tested
- Visual Studio 2017 (MSVC 14.10)
- Clang/Clang++ (Clang 7.0.0-3)
- OpenGL (Version >= 3.3)
Once cloned, enter the directory, by doing cd quartz-engine
, and complete the following commands:
cmake -H. -BBuild
cmake --build Build
mkdir build && cd build
cmake ..
make
Here's a link to our Coding Standards. You can also have a look at our wiki for more information..