lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Gaspard Bucher:

> A lot of stuff are callback based:
>
> * Multicast DNS (Bonjour/ZeroConf)
> * WiiMote driver
> * oscpack
> * RtMidi
> * VideoIn

Oh well.  Forget what I wrote, your original list looked like a good
match for the event-based model.

> But I am still not sure if the effort is worth the trouble:

I don't think there are any multi-threaded GUIs, so you still have to
communicate with the GUI using message passing of some sorts.

Regarding the rest, I don't know these libraries and their
requirements.