mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 07:28:50 -06:00
Readme Rewrite
This commit is contained in:
parent
7f8cb8655b
commit
ddb33e240b
2 changed files with 14 additions and 30 deletions
42
README.md
42
README.md
|
@ -1,45 +1,29 @@
|
|||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
libWiiSharp
|
||||
by Leathl
|
||||
Modified by TheShadowEevee
|
||||
https://github.com/TheShadowEevee/libWiiSharp
|
||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
|
||||
|
||||
|
||||
Info:
|
||||
-=-=-
|
||||
#libWiiSharp
|
||||
|
||||
libWiiSharp is a Wii related .NET (2.0+) library.
|
||||
It can be used with any .NET language to easily develop Wii related applications.
|
||||
|
||||
It was originally created by Leathl, and the maintainer of [this repo](https://github.com/TheShadowEevee/libWiiSharp) is [TheShadowEevee](https://github.com/TheShadowEevee).
|
||||
|
||||
All public functions are documented and most should be pretty self-explanatory.
|
||||
There are also some example applications that use libWiiSharp included.
|
||||
|
||||
If you want to contribute, you can do so at the github repo.
|
||||
If you want to contribute, you can do so at [the github repo](https://github.com/TheShadowEevee/libWiiSharp).
|
||||
|
||||
|
||||
|
||||
Thanks:
|
||||
-=-=-=-
|
||||
##License
|
||||
|
||||
libWiiSharp is released under the terms of the GNU General Public License v3.
|
||||
See the LICENSE file for more info
|
||||
|
||||
##Credits
|
||||
From the original libWiiSharp:
|
||||
- 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
|
||||
|
||||
|
||||
|
||||
License:
|
||||
-=-=-=-=-
|
||||
|
||||
libWiiSharp is released under the terms of the GNU General Public License v3.
|
||||
See "License_libWiiSharp.txt" for more information.
|
||||
|
||||
|
||||
|
||||
Changelog:
|
||||
-=-=-=-=-=-
|
||||
|
||||
See "Changelog_libWiiSharp.txt"
|
||||
From this repo's libWiiSharp:
|
||||
- Same as above
|
||||
- Leathl as the original creator of libWiiSharp
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in a new issue