ACNLPatternTool
ACNLPatternTool copied to clipboard
Animal Crossing: New Leaf Pattern Tool
This adds support for the CIELAB color space and makes it accessible through the image loader dialog box. CIELAB was developed so that the euclidean distance between colors pertains to...
When user's open the editor they should be able to select from ACNL, ACNH, from Storage/Upload/Conversion instead of going straight to the editor in ACNL mode. This will make it...
Break down the existing QR/PBL generation code to be able to procedurally create a QR/PBL code.
All textures are applied indiscriminately to all meshes in the model. Change it so that the textures target specific meshes. There's a naming scheme that is associated with the model...
Use `Vue.extend` or use https://github.com/vuejs/vue-class-component for proper typing.
Steps to Reproduce: 1. switch to ACNH mode 2. pick a color in the ACNH color picker 3. switch to the ACNL color picker (still in ACNH mode) 4. pick...
Converted components to typescript to support long-term maintenance. Added type declarations and additional comments to variables and functions to make it easier to understand how to utilize them. Also added...