Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个用 java 编码的 2D android 游戏,我有一个问题。如何显示一个电击动画,就好像它在 2 个特斯拉线圈之间产生火花一样?我已经探索过使用 GIF,但是当屏幕被平移时,GIF 动画会暂停直到释放。
我曾考虑过 Open GL,但在现阶段这看起来令人生畏。
提前致谢。
LibGDX是一个很棒的安卓游戏开发框架,在这里看看这个粒子编辑器。它提供了对 OpenGL 的一个很好的抽象,但是如果你愿意,以原始形式访问 OpenGL 是没有问题的。