TodoThis page is structured into open and accepted tasks. The open tasks are open for grabs by any eager contributor while the accepted ones are the tasks for which someone has assumed responsibility. Open Task ListThis section contains the open task list with planned development tasks. This list should not be interpreted as a complete list of remaining work, but more a guide for those who want to contribute without the hassle of finding tasks on their own. The tasks should represent logical groupings, but the can be separated into smaller tasks if desirable. General- Add documentation using ///. But keep it simple and short (source documentation rather than API documentation). A separate project will be started for proper documentation (ala monodoc)
NUNIT TestsDue to large rewrites many of the test today needs to be rewritten as well. More details will follow.... Microsoft.Xna.Framework.Graphics Namespace - Improve GraphicsDevice, GraphicsAdapter and GraphicsDeviceManager
- Implement VertexBuffer, IndexBuffer and VertexDeclaration
- Implement Effect and BasicEffect
- Implement classes: Model, ModelBone, ModelBoneCollection, ModelEffectCollection, ModelMesh, ModelMeshCollection, ModelMeshPart and ModelMeshPartCollection
Microsoft.Xna.Framework.Content Namespace- Update classes: ContentManager and ContentReader
Microsoft.Xna.Framework.Content.Pipeline Namespace - Implement OpaqueDataDictionary class
- Implement XmlImporter class
Content Importers- Implement Microsoft.Xna.Framework.Content.Pipeline.AudioImporters namespace
- Implement Microsoft.Xna.Framework.Content.Pipeline.EffectImporter namespace
- Implement Microsoft.Xna.Framework.Content.Pipeline.XImporter namespace
|