kawa is a modern C++ general-purpose application building framework.
It's designed to provide a concise yet powerful API for building any high performance real-time applications of any complexity with minimal friction.
Core philosopy of kawa is the idea that robust architecture is the defining characteristic of a scalable application.
1. git clone https://github.com/superPuero/kawa
2. cd kawa
3. cd drafts
4. cd vk
5. mkdir out
6. cd out
7. cmake ..1. git clone https://github.com/superPuero/kawa
2. cd kawa
3. py create_project_template.py
<enter project name>
4. cd <project name>
5. mkdir out
6. cd out
7. cmake ..
8. Profit!TODO: readme!