lua-users home
lua-l archive

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


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