2021-02-07 00:03:02 -06:00
# libWiiSharp
2021-02-06 18:12:11 -06:00
2022-03-18 02:09:26 -05:00
libWiiSharp is a Wii related .NET library running on .Net 6 LTS.
2021-02-06 18:12:11 -06:00
It can be used with any .NET language to easily develop Wii related applications.
2022-03-18 02:09:26 -05:00
Originally created by Leathl, The current maintainer of [this repo ](https://github.com/TheShadowEevee/libWiiSharp ) is [TheShadowEevee ](https://github.com/TheShadowEevee ).
2021-02-07 00:02:00 -06:00
2021-02-06 18:12:11 -06:00
All public functions are documented and most should be pretty self-explanatory.
2021-02-07 00:02:00 -06:00
If you want to contribute, you can do so at [the github repo ](https://github.com/TheShadowEevee/libWiiSharp ).
2021-02-06 18:12:11 -06:00
2021-02-07 00:03:26 -06:00
## License
2021-02-06 18:12:11 -06:00
2021-02-07 00:02:00 -06:00
libWiiSharp is released under the terms of the GNU General Public License v3.
See the LICENSE file for more info
2022-03-18 02:09:26 -05:00
TPL code uses SkiaSharp, which is released under the MIT License. See the Licenses folder for information.
2021-02-07 00:03:02 -06:00
## Credits
2021-02-07 00:02:00 -06:00
From the original libWiiSharp:
2021-02-07 00:04:13 -06:00
- Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py
- megazig for his bns conversion code (bns.py)
- SquidMan for Zetsubou
- Arikado and Lunatik for Dop-Mii
- Andre Perrot for gbalzss
2021-02-06 18:12:11 -06:00
2021-02-07 00:02:00 -06:00
From this repo's libWiiSharp:
2021-02-07 00:04:13 -06:00
- Same as above
- Leathl as the original creator of libWiiSharp