mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 12:06:37 +00:00
22 lines
1.5 KiB
Markdown
22 lines
1.5 KiB
Markdown
# MonoGame.Extended
|
|
|
|
[/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).
|
|
|