2D Rendering - Best method?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
MacK
Posts: 9
Joined: Sun Oct 29, 2006 2:31 am

2D Rendering - Best method?

Post by MacK »

Alright, I'm posting again. Bare with me I'm getting used to the whole Irrlicht type deal... I like it so far.

I'm designing a 2D game, and right now I'm working on a 2D level editor for it. But the first thing I need to know is what is the best method to draw 2D images?

Right now I'm using Device.Draw2DImage(), but I was wondering if I can gain performance by using something I don't know about.

Also, does anyone know what happened to www.IrrForge.com?

Thanks!
Locked