Getting Started
Welcome to Quark Engine. Follow this guide to launch your first project in just a few minutes.
1. Download the Engine
Go to GitHub Actions or releases and download the latest build for your OS (Windows or Linux).
Download Latest Version2. System Requirements
Graphics Card
OpenGL 3.3 support or higher (NVIDIA GTX 550 / AMD RX 560+).
Compiler
For plugin development you need MSVC (Visual Studio 2022) or GCC 11+.
3. Creating a Project
After launching QuarkEditor.exe, select “New Project”. The engine will generate a basic folder structure:
/MyProject
/resources // Textures, models, sounds
scene.json // Saved scene
project.quarkproj // Configuration file
Tip: If you plan to write plugins in C++, check the API Documentation section to learn how to interact with scene objects.