Question

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?

Was it helpful?

Solution

Try Cairo and LuaCairo.

OTHER TIPS

Try also Canvas Draw.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top