Documentation

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 asking them to depend directly on editor implementation details.

Conceptual layers

  1. Live2D Cubism Editor as the host application.
  2. Adaptation work for host-specific symbols and version differences.
  3. Turboism framework services and extension boundaries.
  4. Official and third-party plugins built on those boundaries.