Just Skeleton Viewer
support x64 (Windows, MacOS M1、M2)
- Skeleton Viewer 2.2.x for Spine 4.2.x
- Skeleton Viewer 2.1.x for Spine 4.1.x
- Skeleton Viewer 2.0.x for Spine 4.0.x
- Skeleton Viewer 1.0.x for Spine 3.8.x
GUI will be blocked when FileDialog visible by click open button
// ...
new FileDialog((Frame)null, "");
// ...
// can show, but blocked finally
fileDialog.setModalityType(Dialog.ModalityType.MODELESS);
// ...
setVisible(true);
// ...support x64, arm64
MacOS M1, M2 Windows x64
support drop skeleton files to GUI for open directly
only match the first file (
*.json、*.skel)
in windows, need Wix3
.\gradlew :desktop:packpackaging output to
desktop/pack/*