Lua 2D 图形库的 Love2D 替代品
我正在寻找 Love2D 图形/游戏库的替代品,理想情况下它会支持以下内容:
- 简单的原始渲染(例如点、线、2d 多边形)
- 能够加载和绘制图像
- 基本文本渲染(尽管功能更齐全的东西是很好)
还有其他人存在吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试开罗和LuaCairo。
Try Cairo and LuaCairo.
还可以尝试画布绘制。
Try also Canvas Draw.
还有 wxWidgets 框架,它有一个名为 wxLua。它包含在 Lua for Windows 包含电池的发行版中,并且应该与 Lua 一样具有平台可移植性或 wxWidgets 本身。
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.