libWiiSharp/README.md

30 lines
988 B
Markdown
Raw Normal View History

2021-02-07 00:03:02 -06:00
# libWiiSharp
2021-02-06 18:12:11 -06:00
libWiiSharp is a Wii related .NET (2.0+) library.
It can be used with any .NET language to easily develop Wii related applications.
2021-02-07 00:02:00 -06:00
It was originally created by Leathl, and the maintainer of [this repo](https://github.com/TheShadowEevee/libWiiSharp) is [TheShadowEevee](https://github.com/TheShadowEevee).
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:02:00 -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
2021-02-07 00:03:02 -06:00
## Credits
2021-02-07 00:02:00 -06:00
From the original libWiiSharp:
2021-02-06 18:12:11 -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-07 00:02:00 -06:00
From this repo's libWiiSharp:
- Same as above
2021-02-07 00:03:02 -06:00
- Leathl as the original creator of libWiiSharp