Get Started
Download the editor, initialize a template via command line, or compile the source.
v0.8.0-beta
Engine Editor
Includes the complete visual editor, compiler toolchain, and default 3D/2D templates.
Build from Source
Cloning the repository is best for developers building custom modules or extending the engine's core C++ subsystems.
$ git clone https://github.com/kolpa-engine/kolpa.git
$ cd kolpa
$ dotnet run --project Source/Editor
Interactive Project Initialization
Simulate setting up a new project template using the `kolpa` developer CLI.
kolpa-user@desktop:~$ _
System Requirements
| Minimum Specifications | |
|---|---|
| OS | Windows 10 (64-bit) / Linux (Vulkan 1.2+) |
| GPU | DirectX 12 / Vulkan 1.2 compatible card (Intel HD 530+) |
| CPU | Intel Core i3 / AMD Ryzen 3 |
| SDK | .NET 10.0 runtime / C++20 compiler |
| Recommended Specifications | |
|---|---|
| OS | Windows 11 (64-bit) / Linux |
| GPU | NVIDIA GTX 1060 / AMD RX 580 (Vulkan 1.3 preferred) |
| CPU | Intel Core i5 / AMD Ryzen 5 (Multithreaded preferred) |
| SDK | .NET 10.0 SDK / MSVC v143 / GCC 12 |