📄️ Concepts
DressingTools2 is designed to decouple the v1 code as much as possible to enable high extensibility
📄️ Wearable Configuration Specification
DressingTools' wearable configuration is stored in JSON file format and follows a set of rules in a defined JSON schema.
📄️ UI MVP Structure
DressingTools uses the Passive View variant of the Model-View-Presenter (MVP) structure in its UI design.
📄️ Difference with v1
Why v2 exists?