Sprite's in C#

Started by
2 comments, last by JafaRykos 17 years, 6 months ago
Does anyone know of a good tutorial for sprites in c#?
Advertisement
Yes. Search for XNA.
Depends on what API you're going to be using. SDL.NET is an object oriented wrapper for using the popular 2D SDL library in .NET/Mono. XNA is Microsoft's next generation of Managed DirectX. Tao.OpenGL allows you to make OpenGL calls from .NET or Mono....
Rob Loach [Website] [Projects] [Contact]
Take a look at this

http://www.codeproject.com/cs/media/mdx_tutorial1.asp

This topic is closed to new replies.

Advertisement