Example project showcasing how to use kaji for an IPC scenario where a SDL2 application can be controlled through a cli application.
First prepare the cmake project. For example by putting the generated code in 'staging'.
cmake -B staging
Then start the build via:
cmake --build staging
The SDL application can then be started via:
staging/./kaji-sdl
While the SDL application is running, open another terminal and start:
staging/./kaji-cli