Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
KapEngine is an ECS game engine in C++. Show source code in .
Made by (Benjamin Delvert) and helped by for compilation and other tips.
As some game engines, KapEngine is made to create your own game. But the difference is in graphical library. The power of KapEngine is your free hands to choose your own graphical library. You can also use several graphical library and change it while your game is running.
We also chose to make this engine easy to use. Including the ECS, KapEngine work like Unity3D with GameObjects and Components.
KapEngine is made and use C++ language. All basics things you want to add in your game should be in C++.