Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
Featured Blog | This community-written post highlights the best of what the game industry has to offer. Read more like it on the Game Developer Blogs or learn how to Submit Your Own Blog Post
Requesting suggestions on how to learn advanced 2D graphics programming.
What are some good resources to learn intermediate to advanced 2D graphics programming? Books would be preferable but suggestions for good websites would also be great.
Our background - we've released a couple of 2D RPGs using XNA & C#. My partner has some great pixel art skills but the 2D graphics engine I've programmed to support that pixel art is about as simple as it comes. Take target graphic asset and draw it at coordinates x,y. Maybe do some scaling and the occasional transparency. Very simple stuff.
Whereas the visuals for our games are high on art assets and low on programming, you also see some games that are low on art assets but still manage to look very cool through their special effects (like your typical Geometry Wars-inspired dual-stick shmup). I obviously have a lot to learn when it comes to programming 2D graphics and effects.
The question is what's the best way to learn that aspect of programming? Most programming books on graphics are focused on 3D games. And books that are focused on making 2D games are usually intended for beginners and focus more on the making games aspect and less on the 2D graphics.
Suggestions?
Read more about:
Featured BlogsYou May Also Like