# KapEngine

<figure><img src="/files/Pj5bEchfH2JujBSixR2Q" alt=""><figcaption><p>Banner of KapEngine</p></figcaption></figure>

### What is KapEngine ?

KapEngine is an ECS game engine in C++. Show source code in [github](https://github.com/benji-35/KapEngine).

Made by [benji-35](https://github.com/benji-35) (Benjamin Delvert) and helped by [Chaika9](https://github.com/Chaika9) for compilation and other tips.

This website is made for devlopper that want to create a game with this engine. All you need is write here. If you have a question go to [FAQ](/kap-engine-wiki/community/faq.md) section.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kap35.gitbook.io/kap-engine-wiki/kapengine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
