Skip to content

modern C++ general-purpose application building framework

License

Notifications You must be signed in to change notification settings

superPuero/kawa

Repository files navigation

kawa

Language

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.

Example showcase

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 ..

Quick start

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!

About

modern C++ general-purpose application building framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages