Announcing XNAStage project on CodePlex
I just wanted to let everyone know that I've made a first version of my XNAStage project available on CodePlex. Some features:
- Packaged as a GameLibrary for easy integration into your project
- Bitmap Font Generation and supporting classes to render text in XNA
- Rotating and Scaling of text and simple effects like borders and drop shadows
- Creation of simple timelines and tweens based on those timelines for motion, scaling, rotation, fades, and color cycling of Texture2D and text sprites
- Extensible framework to allow for other sprite types and tweens
There is a demo available athttp://www.bluerosegames.com/brg/XnaStageDemo.zip which highlights some of these capabilities.
The CodePlex project is athttp://www.codeplex.com/xnastage and the full source download includes a couple of samples on how to use the XNAStage library. No real documentation as yet, sorry.
The project is still in its early stages but I thought that the text rendering support and the timeline support so far may be useful to others.
Bill

