Are there any good sprite tutorials?

Started by
3 comments, last by Chrono1081 15 years, 10 months ago
All, Do you know if there are any free online sprite tutorial for Opengl or Win32? Thanks, Jr.
Advertisement
What exactly do you want to know? How to load images? How to display them? How to create them? How to efficiently manage them?
Create-ivity - a game development blog Mouseover for more information.
As a newbie to Games programming, it would be nice if I could get something that could walk me through creating them, loading them, and moving them around - but using either opengl or just win32 api calls.

Thanks,
Jr
For OpenGL, NeHe's tutorials are well-known (although their quality is sometimes disputed amongst more experienced programmers). Bytheway, have you ever taken a look at SDL or Allegro? You may find frameworks like those quite useful.
Create-ivity - a game development blog Mouseover for more information.
Allegro I am starting to think is a better choice.

I started learning SDL and am having a super hard time finding resources. I see Focus on SDL, Lazyfoo tutorials, and thats about it. Allegro has a TON of books written about it and tutorials...

This topic is closed to new replies.

Advertisement