This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

character / docs / miniview.md
721 B

Minimal Cubism Viewer#

This bypasses the broken OpenVT studio shell and runs the upstream gd_cubism demo viewer against the Haru sample model.

Launch#

cd /home/nandi/code/character
devenv shell -- ./scripts/miniview-launch.sh

What it does#

  • opens a tiny Godot project in miniview/
  • copies the upstream gd_cubism demo addon into the mini project
  • copies the built linux addon binary and Cubism core .so
  • copies the Haru sample model into the demo viewer's expected search path
  • launches the upstream demo viewer scene

Purpose#

This is the shortest path to answer the real question: can this machine/session render a Live2D Cubism model at all using the addon author's own demo path?