User: g4dget
g4dget's activity in the archive.
Comments · 2,551
-
some pointers on Toolkits for 2D Animation? · · Score: 3, InformativeHere are some pointers:
- Look into Swarm: it's a complete simulation environment, from your institution even, and includes graphics.
- Look for toolkits for doing "sprite animation" on Freshmeat (there is almost certainly something for SDL).
- Look into one of the structured graphics toolkits, like the one that comes with wxWindows. There are also several for Java.
- Look into OpenGL; it's easy to use.
- Look into the 3D game toolkits (like Crystalspace) and use them in a 2D manner.