Commit Graph

5 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 74965b0f66 Rewrite to use libev
libuv is too immature so far and I'm not in the mood to try and
link it statically via some horrible hack (no CMake support).

Also libev is much closer to my understanding of event loops.

The messaging model stays for when/if I want to return to libuv.
2014-10-28 02:39:37 +01:00
Přemysl Eric Janouch ac22d17491 Update the README
Finally we're doing what we wanted.
2014-10-27 15:48:57 +01:00
Přemysl Eric Janouch 294fc28e29 Apparently we need the new libuv 2014-10-26 18:54:33 +01:00
Přemysl Eric Janouch 0164a99cb3 Update the README 2014-10-25 00:03:17 +02:00
Přemysl Eric Janouch de8b897b31 Initial commit
Forked from termo's demo-draw.c
2014-10-22 23:58:25 +02:00