Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 597 Bytes

File metadata and controls

29 lines (21 loc) · 597 Bytes

kaji sdl example

Example project showcasing how to use kaji for an IPC scenario where a SDL2 application can be controlled through a cli application.

Getting started

Buiding

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

Running

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