Skip to content

Example project showcasing kaji enabling IPC between two appilcations.

License

Notifications You must be signed in to change notification settings

think-biq/kaji-example-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example project showcasing kaji enabling IPC between two appilcations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published