Mii Studio (nintendo.com): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
[[Mii]]<nowiki/>s are stored in Mii Studio using the browser's local storage. They are encoded in base64. Mii data can be extracted and loaded from this tool using [https://mii.tools/studioloader/ Mii Studio Loader] by HeyImHeroic. | [[Mii]]<nowiki/>s are stored in Mii Studio using the browser's local storage. They are encoded in base64. Mii data can be extracted and loaded from this tool using [https://mii.tools/studioloader/ Mii Studio Loader] by HeyImHeroic. | ||
=== Rendering === | |||
Mii Studio appears to render Mii data through layering. It uses the [https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API Canvas API] to make a series of texture drawings calls with transformations.<gallery> | |||
File:Mii Studio Canvas Debugging.png|Debugging Mii Studio's canvas rendering with Safari | |||
</gallery> | |||
[[Category:Mii editing software]] | |||
== References == | == References == | ||
<references /> | <references /> | ||
{{Software-Navbox}} | {{Software-Navbox}} | ||
Revision as of 11:10, 24 September 2025

Mii Studio (Accessed at https://studio.mii.nintendo.com, requires Nintendo Account account session) is a web app for any Nintendo account user to edit their associated Miis. it was released on May 24, 2018[1].
Mii data
There is an article on Studio's Mii data: Mii Studio Local Storage
Miis are stored in Mii Studio using the browser's local storage. They are encoded in base64. Mii data can be extracted and loaded from this tool using Mii Studio Loader by HeyImHeroic.
Rendering
Mii Studio appears to render Mii data through layering. It uses the Canvas API to make a series of texture drawings calls with transformations.
-
Debugging Mii Studio's canvas rendering with Safari