Concepts
Architecture
A conceptual map of Turboism’s role between plugins and Cubism.
Turboism is conceived as an adaptation layer between Live2D Cubism Editor internals and extension code.
Its purpose is to give plugin authors a higher-level integration surface without requiring direct dependence on host implementation details.
Conceptual layers
- Live2D Cubism Editor as the host application.
- Adaptation work for host-specific symbols and version differences.
- Turboism framework services and extension boundaries.
- Official and third-party plugins built on those boundaries.
Layer names describe the intended architecture, not a promise that named classes, services, or features are available in a released SDK.