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 stagingThen start the build via:
cmake --build stagingThe SDL application can then be started via:
staging/./kaji-sdlWhile the SDL application is running, open another terminal and start:
staging/./kaji-cli