我应该使用什么包来制作 2d 动画?

发布于 2024-09-09 08:02:10 字数 208 浏览 5 评论 0原文

我正在与客户一起制作二维地图。地图以用户的位置为中心,并标记了各种标题和兴趣点。当用户移动时,标题会改变并且兴趣点也会移动。

我的客户坚持使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冰魂雪魄 2024-09-16 08:02:10

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?

旧时光的容颜 2024-09-16 08:02:10

我们用来制作游戏的第一个库是 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文