Files
MonoGame.Extended/README.md
T
2015-07-17 21:10:15 +10:00

22 lines
1.5 KiB
Markdown

# MonoGame.Extended
[![Build Status](http://build.craftworkgames.com/app/rest/builds/buildType:(id:MonoGameExtended_CI)/statusIcon)](http://build.craftworkgames.com/viewType.html?buildTypeId=MonoGameExtended_CI&guest=1)
MonoGame.Extended is an open source extension library for [MonoGame](http://www.monogame.net/). It contains a collection of classes and extension methods that provide functionality MonoGame doesn't provide out of the box.
## Development status
MonoGame.Extended is a work in progress. I'm adding new classes to it almost every day and [blogging about them here](http://dylanwilson.net/). At this stage of the project the API is not set in stone, in particular,namespaces are likely to change as the project grows.
## Contributing
What I'm looking for most at this stage is an open discussion about what should be included in the library and how to design a consistent API that makes sense to MonoGame developers. If you've got any thoughts at all about the project, please raise an issue here on github or comment on [my blog](http://dylanwilson.net/).
Of course, you can also make a fork of the project and have a play with it. If you find any bugs or even want to add a new features this is the way to do it. I'll be accepting pull requests, as long as there's a reasonable discussion it first. It's important to keep the API and code quality consistent.
## License
MonoGame.Extended is released under the [The MIT License (MIT)](https://github.com/craftworkgames/MonoGame.Extended/blob/master/LICENSE).