Skip to content
Tomas Jasek edited this page Feb 17, 2015 · 1 revision

Welcome to the quark wiki!

Why do we need another game library?

Quark is a game engine/library based on SDL. Its main aim is to provide higher level object-oriented access to SDL and OpenGL functions to simplify game development. I like to think of it as a template. Although, it's not really a template, because it contains additional functionality.

What platforms does it support?

Quark should technically support the same platforms as SDL does, but with the current CMakeLists.txt, you can only build it on linux.

Clone this wiki locally