Changes

no edit summary
Line 1: Line 1:  +
{{Infobox homebrew
 +
| title      = Libmii Rendering Example
 +
| description = libmii Rendering example
 +
| type        = demo
 +
| author      = [[User:mdbrim|mdbrim]]
 +
| version    = 1.0
 +
| download    = http://libmii.googlecode.com/files/rendermiiexample.zip
 +
| source      = http://code.google.com/p/libmii/source/browse/
 +
| website    = http://code.google.com/p/libmii/
 +
}}
 +
 
This page is for describing how to use '''libmii''' to draw your Miis.  The goal will be to eventually have instructions and directions for use with each of the popular graphics library and a raw example not requiring a library.
 
This page is for describing how to use '''libmii''' to draw your Miis.  The goal will be to eventually have instructions and directions for use with each of the popular graphics library and a raw example not requiring a library.
   Line 609: Line 620:  
To do this, we just need to add those few extra variables to the function maybe making it so if the values are 0, draw the static default version of your mii, and if the values are something else, draw different lips or different eyes to vary expressions.
 
To do this, we just need to add those few extra variables to the function maybe making it so if the values are 0, draw the static default version of your mii, and if the values are something else, draw different lips or different eyes to vary expressions.
   −
== Example ==
+
== Make Sense? ==
{{Infobox homebrew
  −
| title      = Libmii Rendering Example
  −
| description = libmii Rendering example
  −
| type        = demo
  −
| author      = [[User:mdbrim|mdbrim]]
  −
| version    = 1.0
  −
| download    = http://libmii.googlecode.com/files/rendermiiexample.zip
  −
| source      = http://code.google.com/p/libmii/source/browse/
  −
| website    = http://code.google.com/p/libmii/
  −
}}
   
* STILL DOESN'T MAKE SENSE?  Just check out the example!!! (it's using GRRLIB) It has code to draw all 100 of your miis statically and code to make your mii blink, give a random happy face, and give a random sad face.  The possibilities are pretty much endless!
 
* STILL DOESN'T MAKE SENSE?  Just check out the example!!! (it's using GRRLIB) It has code to draw all 100 of your miis statically and code to make your mii blink, give a random happy face, and give a random sad face.  The possibilities are pretty much endless!
    
* STILL STILL STILL DOESN'T MAKE SENSE?  You can email me or find me on the wiibrew forums or in the irc channels #wiidev, #wiihelp, and #grrlib on EFNET... I'm happy to help!
 
* STILL STILL STILL DOESN'T MAKE SENSE?  You can email me or find me on the wiibrew forums or in the irc channels #wiidev, #wiihelp, and #grrlib on EFNET... I'm happy to help!
221

edits