我应该使用什么包来制作 2d 动画?
我正在与客户一起制作二维地图。地图以用户的位置为中心,并标记了各种标题和兴趣点。当用户移动时,标题会改变并且兴趣点也会移动。
我的客户坚持使用 OpenGL 来实现此目的,但这似乎有点过头了。
他提到他认为 GDI+ 和 SDL 对于这个目的来说太慢了,但我不同意。由于成本原因,闪存并未被考虑。
有人可以就优秀的 2D 免费动画解决方案提供一些建议吗?
I am working with a client on a 2d map. The map is centered on the user's position and marks various headings and points of interest. As the user moves, the headings change and the points of interest move.
My client is insistent on using OpenGL for this, but this seems like overkill.
He has mentioned he thinks GDI+ and SDL are too slow for this purpose, but I disagree. Flash is not being considered, due to costs.
Could anyone give some advice on a good 2d, free animation solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Qt 具有功能齐全、OpenGL 加速的 2D 绘画/动画,它是免费的,也可用于商业应用程序 (LGPL许可证),跨平台并且通常使用起来很愉快。
顺便说一句:为什么有人会认为 SDL 慢,我真的无法理解,它能快多少?
Qt has fully featured, OpenGL accelerated 2D painting/animation, it's free, also for commercial applications (LGPL license), cross-platform and generally a joy to use.
On a side note: why anyone would consider SDL slow is really beyond me, how much faster can it get?
我们用来制作游戏的第一个库是 Allegro。我刚才检查了网站,他们确实支持动画(除其他外)。
不幸的是,我不记得如何使用它或需要多长时间才能开始(当时我的编程知识刚刚发展),但我确实记得结果看起来不错:)希望这会有所帮助!
The first library we used to make a game was Allegro. I checked the website just now and they do support animation (among other things).
Unfortunately I do not remember how to use it or how long it took to get started (my knowledge of programming was just evolving at that point) but I do remember that the results looked good :) Hope that this helps!