Changes

279 bytes removed ,  13:29, 24 August 2011
no edit summary
Line 1: Line 1:  +
{{Lowercase title}}
 
{{Infobox development tools
 
{{Infobox development tools
| title      = Libmii
+
| title      = libmii
 
| description = Library
 
| description = Library
 
| type        = library
 
| type        = library
Line 9: Line 10:  
| website    = http://code.google.com/p/libmii/
 
| website    = http://code.google.com/p/libmii/
 
}}
 
}}
'''Libmii''' is a library for use with Nintendo Wii homebrew. It allows programmers to access the Mii data on the Wii and use it homebrew applications.  Libmii retrieves the raw data associated with each mii on your wii.  To use this data to draw your miis, please see INSERT NAME HERE (still trying to figure out what to call this page... will be up soon).
+
'''libmii''' is a library for use with Nintendo Wii homebrew. It allows programmers to access the Mii data on the Wii and use it in homebrew applications.  Libmii retrieves the raw data associated with each mii on your wii.  To use this data to draw your miis, please see [[libmii/Rendering Miis]].
    
== Mii structure ==
 
== Mii structure ==
Libmii is based on the structure of this page: [[Mii Data#Mii format]] with a few additions.
+
libmii is based on the structure of this page: [[Mii Data#Mii format]] with a few additions.
    
== Requirements ==
 
== Requirements ==
   
* libisfs (a copy is included within the libmii zip file)
 
* libisfs (a copy is included within the libmii zip file)
    
== Installation ==
 
== Installation ==
   
# Download the zip file.
 
# Download the zip file.
 
# Put the libmii.a and libisfs.a files in the libogc/lib/wii folder in devKitPro. (or applicable library folder)
 
# Put the libmii.a and libisfs.a files in the libogc/lib/wii folder in devKitPro. (or applicable library folder)
Line 33: Line 32:     
== Example ==
 
== Example ==
 +
Just a [http://libmii.googlecode.com/files/libmiiexample.zip small example] of translating the mii data into variables that can be used in homebrew.
   −
Just a small example of translating the mii data into variables that can be used in homebrew.
+
== See also ==
 
+
* [[:Category:Homebrew using libmii]]
{{Infobox homebrew
  −
| title      = Libmii Example
  −
| description = libmii example
  −
| type        = demo
  −
| author      = [[User:mdbrim|mdbrim]]
  −
| version    = 1.0
  −
| download    = http://libmii.googlecode.com/files/libmiiexample.zip
  −
| source      = http://code.google.com/p/libmii/source/browse/
  −
| website    = http://code.google.com/p/libmii/
  −
}}
 
309

edits