Draw 2DX
Draw 2DX is a small collection of 2D drawing classes which can assist all 2D AND 3D Xna game developers. Currently, the only provided class is the SpriteBatchX class, which is an expansion of the original SpriteBatch class. The best part about the SpriteBatchX class is that it can replace the original SpriteBatch class without any code changes. In addition to all of the original functionality of the SpriteBatch class, SpriteBatchX can;
- Draw Lines
- Draw Multiple Lines
- Draw Circles
- Draw Ellipses
- Draw Rectangles
- Draw Gradient Lines
In future versions, more functions, such as drawing filled shapes, gradient text, text overlayed with images, and more.