Jump to content

Mii Studio (nintendo.com): Difference between revisions

From Mii Technical Wiki
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 />
{{Format-Navbox}}
=== 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.
[[File:Mii Studio WebGL Debugging.png|alt=A screenshot of Safari's developer tools, showing the steps taken in drawing a Mii head.|left|thumb|432x432px|Debugging Mii Studio's canvas rendering with Safari]]
[[Category:Mii editing software]]
{{Software-Navbox}}
{{Software-Navbox}}

Revision as of 11:10, 24 September 2025

Editing a Mii in Mii Studio
Editing a Mii in Mii Studio

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.

References