[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: finally ask for lua and sdl question
- From: Andreas Krinke <andreas.krinke@...>
- Date: Wed, 20 Aug 2008 14:46:43 +0200
Francisco Sant'anna wrote:
> I would love to see a raw and simple graphics API for Lua.
> Support for layers, fonts, alpha and event handling, that's it.
> No need for animations, gui widgets, etc.
>
> Cairo is great, but support for keyboard and mouse would be needed as well.
> Also, its Lua binding misses X11 support.
>
> I liked the Scrupp simple API (but no support for layers).
Scrupp tries to go the Lua way. It has a very small (~1600 LOC) core
written in C. This core should provide everything needed to implement
all the other stuff (animations, layers, ...).
Regards,
Andreas