Skip to content

A New Game Engine, specializing in ease of content creation through a scripting language

License

Notifications You must be signed in to change notification settings

tobyplowy/quartz-engine

 
 

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

  • 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)

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..

About

A New Game Engine, specializing in ease of content creation through a scripting language

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 3.7%
  • Python 1.4%
  • Other 0.7%