You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Spine models are now supported up to version 4.2. Currently supported versions include: 3.7 (JSON only), 3.8, 4.0, 4.1, and 4.2
feat: Improved compatibility for Live2D models using both old .moc files and the latest versions — most models that previously failed to load should now work
feat: Added support for VRM 1.0
feat: Model version numbers are now displayed in the list for both Live2D and Spine
feat: Added a screenshot feature to the viewer, located at "Control Panel - Display - Display Window State" on the right
fix: Fixed an issue where old Cubism 2 Live2D models ending with .moc failed to load in the control panel
fix: Fixed errors when switching models while monitoring Live2D display config parameters.
fix: Refactored model loading logic — models no longer reuse a shared canvas when switching, reducing the likelihood of rendering issues.
chore: Upgraded core dependencies including Electron, Three.js, element-plus, and Vite to the latest versions
problem: There may be conflicts between Live2D auto-breathing, blinking, manual parameter control, and motion tracking. The upstream runtime interface does not currently meet the custom control requirements of this project. Manual adaptation may be considered in the future.