I'm looking for alternatives to the Love2D graphics/game library which ideally would support the following:

  • Easy primitive rendering (e.g. points, lines, 2d polygons)
  • Ability to load and draw images
  • basic text rendering (though something more full-featured would be nice)

Do any others exist?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

Try Cairo and LuaCairo.

link|improve this answer
This is great for image making, but if i wanted something that drew to a window what would i use? Or would cairo do that too? – RCIX Feb 9 '10 at 11:22
1  
Cairo's web page says it support X11 and Win32 among several others. – lhf Feb 9 '10 at 11:46
That just appears to mean that it works on windows... – RCIX Feb 10 '10 at 7:26
feedback

Try also Canvas Draw.

link|improve this answer
I'll take a look at that too, it seems to come with a standard Lua install. – RCIX Feb 11 '10 at 0:25
CD works quite well used in combination with IUP to provide the UI framework needed to be a well-behaved Windows GUI application. – RBerteig Feb 13 '10 at 1:32
feedback

There is also the wxWidgets framework, which has a Lua binding named wxLua. It is included in the Lua for Windows batteries-included distribution, and should be as platform-portable as either Lua or wxWidgets itself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.