In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Libmii"

From WiiBrew
Jump to navigation Jump to search
Line 4: Line 4:
 
| type = Development
 
| type = Development
 
| author = [[User:Mjbauer95|Mjbauer95]]
 
| author = [[User:Mjbauer95|Mjbauer95]]
| version = 0.3c
+
| version = 0.3d
| download = [http://65.30.72.135/libmii/release/0.3c.tar.gz Here]
+
| download = [http://65.30.72.135/libmii/release/0.3d.tar.gz Here]
| source = [http://65.30.72.135/libmii/release/source-0.3c.tar.gz Here] [http://github.com/paradoq/libmii git]
+
| source = [http://65.30.72.135/libmii/release/source-0.3d.tar.gz Here] [http://github.com/paradoq/libmii git]
 
| website = [http://65.30.72.135/libmii]
 
| website = [http://65.30.72.135/libmii]
 
}}
 
}}
Line 13: Line 13:
  
 
==Mii structure==
 
==Mii structure==
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].
+
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.3d.tar.gz Here].
  
 
==What works==
 
==What works==
(as of version [http://65.30.72.135/libmii/release/0.3c.tar.gz 0.3c])
+
(as of version [http://65.30.72.135/libmii/release/0.3d.tar.gz 0.3d])
 
* Name
 
* Name
 
* Creator
 
* Creator
Line 29: Line 29:
 
| author = [[User:Mjbauer95|Mjbauer95]]
 
| author = [[User:Mjbauer95|Mjbauer95]]
 
| version = 0.3c
 
| version = 0.3c
| download = [http://65.30.72.135/libmii/example/release/0.3c.tar.gz Here]
+
| download = [http://65.30.72.135/libmii/example/release/0.3d.tar.gz Here]
| source = [http://65.30.72.135/libmii/example/release/source-0.3c.tar.gz Here] [http://github.com/paradoq/libmii git]
+
| source = [http://65.30.72.135/libmii/example/release/source-0.3d.tar.gz Here] [http://github.com/paradoq/libmii git]
 
| hbc = 1
 
| hbc = 1
 
| hbb = 1
 
| hbb = 1
Line 36: Line 36:
 
| website = [http://65.30.72.135/libmii/example]
 
| 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].
+
There is an example [http://65.30.72.135/libmii/example/release/0.3d.tar.gz here]. The source is also available [http://65.30.72.135/libmii/example/release/source-0.3d.tar.gz here].
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 17:51, 29 March 2009

Libmii
General
Author(s)Mjbauer95
TypeDevelopment
Version0.3d
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.3d)

  • Name
  • Creator
  • Birthday
  • Favorite
  • Gender

Example

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

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