Libmii: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Mjbauer95 (talk | contribs)
No edit summary
Mjbauer95 (talk | contribs)
No edit summary
Line 1: Line 1:
{{Infobox homebrewapp
{{Infobox homebrewapp
| image =
| title = Libmii
| title = Libmii
| description = Library
| description = Library
Line 7: Line 6:
| version = 0.3c
| version = 0.3c
| download = [http://65.30.72.135/libmii/release/0.3c.tar.gz Here]
| download = [http://65.30.72.135/libmii/release/0.3c.tar.gz Here]
| source = [http://65.30.72.135/libmii/release/source-0.3c.tar.gz Here]
| source = [http://65.30.72.135/libmii/release/source-0.3c.tar.gz Here] [http://github.com/paradoq/libmii git]
| website = [http://github.com/paradoq/libmii github]
| website = [http://65.30.72.135/libmii]
}}
}}


'''Libmii''' is an in-development library to allow homebrew developers to use Miis in their applications.
'''Libmii''' is an in-development library to allow homebrew developers to use Miis in their applications.
==Example==
There is an example [http://65.30.72.135/libmii/example/release/0.3c.tar.gz here]. The source is also available [http://65.30.72.135/libmii/example/release/source-0.3c.tar.gz here].


==Mii structure==
==Mii structure==
Libmii uses a similar structure to the one on [[Wiimote/Mii_Data#Mii_format]]. It is included in the .h file [http://65.30.72.135/libmii/release/0.3c.tar.gz Here].
Libmii uses a similar structure to the one on [[Wiimote/Mii_Data#Mii_format|Mii format]]. It is included in the .h file [http://65.30.72.135/libmii/release/0.3c.tar.gz Here].


==What works==
==What works==
Line 26: Line 22:
* Favorite
* Favorite
* Gender
* Gender
==Example==
{{Infobox homebrewapp
| title = Libmii Example
| type = Demo
| author = [[User:Mjbauer95|Mjbauer95]]
| version = 0.3c
| download = [http://65.30.72.135/libmii/example/release/0.3c.tar.gz Here]
| source = [http://65.30.72.135/libmii/example/release/source-0.3c.tar.gz Here] [http://github.com/paradoq/libmii git]
| hbc = 1
| hbb = 1
| peripherals = {{Wiimote}}
| website = [http://65.30.72.135/libmii/example]
}}
There is an example [http://65.30.72.135/libmii/example/release/0.3c.tar.gz here]. The source is also available [http://65.30.72.135/libmii/example/release/source-0.3c.tar.gz here].


[[Category:Libraries]]
[[Category:Libraries]]

Revision as of 05:50, 28 March 2009

Libmii
General
Author(s)Mjbauer95
TypeDevelopment
Version0.3c
Links
[[Here|Download]]
[[[1]|Website]]
[[Here git|Source]]

Libmii is an in-development library to allow homebrew developers to use Miis in their applications.

Mii structure

Libmii uses a similar structure to the one on Mii format. It is included in the .h file Here.

What works

(as of version 0.3c)

  • Name
  • Creator
  • Birthday
  • Favorite
  • Gender

Example

Libmii Example
General
Author(s)Mjbauer95
TypeDemo
Version0.3c
Links
[[Here|Download]]
[[[2]|Website]]
[[Here git|Source]]
Peripherals

There is an example here. The source is also available here.