├── .gitignore ├── README.md ├── assets ├── Epsilon │ ├── Epsilon.1024 │ │ ├── texture_00.png │ │ ├── texture_01.png │ │ └── texture_02.png │ ├── Epsilon.moc │ ├── Epsilon.model.json │ ├── Epsilon.physics.json │ ├── Epsilon.pose.json │ ├── expressions │ │ ├── f01.exp.json │ │ ├── f02.exp.json │ │ ├── f03.exp.json │ │ ├── f04.exp.json │ │ ├── f05.exp.json │ │ ├── f06.exp.json │ │ ├── f07.exp.json │ │ └── f08.exp.json │ └── motions │ │ ├── Epsilon_idle_01.mtn │ │ ├── Epsilon_m_01.mtn │ │ ├── Epsilon_m_02.mtn │ │ ├── Epsilon_m_03.mtn │ │ ├── Epsilon_m_04.mtn │ │ ├── Epsilon_m_05.mtn │ │ ├── Epsilon_m_06.mtn │ │ ├── Epsilon_m_07.mtn │ │ ├── Epsilon_m_08.mtn │ │ ├── Epsilon_m_sp_01.mtn │ │ ├── Epsilon_m_sp_02.mtn │ │ ├── Epsilon_m_sp_03.mtn │ │ ├── Epsilon_m_sp_04.mtn │ │ ├── Epsilon_m_sp_05.mtn │ │ └── Epsilon_shake_01.mtn ├── blanc │ ├── blanc_classic.1024 │ │ ├── texture_00.png │ │ ├── texture_01.png │ │ ├── texture_02.png │ │ └── texture_03.png │ ├── blanc_classic.moc │ ├── blanc_classic.model.json │ ├── blanc_classic.physics.json │ ├── blank.mtn │ ├── ico_blanc_classic.png │ └── motions │ │ ├── idle_00.mtn │ │ ├── idle_01.mtn │ │ ├── idle_02.mtn │ │ ├── tapBody_00.mtn │ │ ├── tapBody_01.mtn │ │ ├── tapBody_02.mtn │ │ ├── tapBody_03.mtn │ │ ├── tapBody_04.mtn │ │ ├── tapBody_05.mtn │ │ ├── tapBody_06.mtn │ │ ├── tapBody_07.mtn │ │ ├── tapBody_08.mtn │ │ └── tapBody_09.mtn ├── haru │ ├── expressions │ │ ├── f01.exp.json │ │ ├── f02.exp.json │ │ ├── f03.exp.json │ │ ├── f04.exp.json │ │ ├── f05.exp.json │ │ ├── f06.exp.json │ │ ├── f07.exp.json │ │ └── f08.exp.json │ ├── haru.model.json │ ├── haru.physics.json │ ├── haru.pose.json │ ├── haru_01.1024 │ │ ├── texture_00.png │ │ ├── texture_01.png │ │ └── texture_02.png │ ├── haru_01.moc │ ├── haru_01.model.json │ ├── haru_02.1024 │ │ ├── texture_00.png │ │ ├── texture_01.png │ │ └── texture_02.png │ ├── haru_02.moc │ ├── haru_02.model.json │ ├── motions │ │ ├── flickHead_00.mtn │ │ ├── idle_00.mtn │ │ ├── idle_01.mtn │ │ ├── idle_02.mtn │ │ ├── pinchIn_00.mtn │ │ ├── pinchOut_00.mtn │ │ ├── shake_00.mtn │ │ ├── tapBody_00.mtn │ │ ├── tapBody_01.mtn │ │ ├── tapBody_02.mtn │ │ ├── tapBody_03.mtn │ │ ├── tapBody_04.mtn │ │ ├── tapBody_05.mtn │ │ ├── tapBody_06.mtn │ │ ├── tapBody_07.mtn │ │ ├── tapBody_08.mtn │ │ └── tapBody_09.mtn │ └── sounds │ │ ├── flickHead_00 │ │ ├── flickHead_00.mp3 │ │ ├── pinchIn_00 │ │ ├── pinchIn_00.mp3 │ │ ├── pinchOut_00 │ │ ├── pinchOut_00.mp3 │ │ ├── shake_00 │ │ ├── shake_00.mp3 │ │ ├── tapBody_00 │ │ ├── tapBody_00.mp3 │ │ ├── tapBody_01 │ │ ├── tapBody_01.mp3 │ │ ├── tapBody_02 │ │ └── tapBody_02.mp3 ├── haruna │ ├── ico_kankoreharuna.png │ ├── kankoreharuna.2048 │ │ └── texture_00.png │ ├── kankoreharuna.cmox │ ├── kankoreharuna.moc │ ├── kankoreharuna.model.json │ ├── kankoreharuna.physics.json │ └── motions │ │ ├── idle_00.mtn │ │ ├── idle_01.mtn │ │ ├── idle_02.mtn │ │ ├── tapBody_00.mtn │ │ ├── tapBody_01.mtn │ │ ├── tapBody_02.mtn │ │ ├── tapBody_03.mtn │ │ ├── tapBody_04.mtn │ │ ├── tapBody_05.mtn │ │ ├── tapBody_06.mtn │ │ ├── tapBody_07.mtn │ │ ├── tapBody_08.mtn │ │ └── tapBody_09.mtn ├── murakumo │ ├── expressions │ │ ├── f01.exp.json │ │ ├── f02.exp.json │ │ ├── f03.exp.json │ │ └── f04.exp.json │ ├── ico_murakumo.png │ ├── motions │ │ ├── murakumo_idle_01.mtn │ │ ├── murakumo_idle_02.mtn │ │ ├── murakumo_idle_03.mtn │ │ ├── murakumo_m_01.mtn │ │ ├── murakumo_m_02.mtn │ │ ├── murakumo_tap_bust_01.mtn │ │ ├── murakumo_tap_bust_02.mtn │ │ └── murakumo_tap_ear_01.mtn │ ├── murakumo.1024 │ │ └── texture_00.png │ ├── murakumo.moc │ ├── murakumo.model.json │ ├── murakumo.physics.json │ ├── murakumo_01.canx │ ├── murakumo_07.cmox │ └── sounds │ │ ├── flickHead_00.mp3 │ │ ├── pinchIn_00.mp3 │ │ ├── pinchOut_00.mp3 │ │ ├── shake_00.mp3 │ │ ├── tapBody_00.mp3 │ │ ├── tapBody_01.mp3 │ │ └── tapBody_02.mp3 ├── neptune │ ├── blank.mtn │ ├── ico_neptune_classic.png │ ├── motions │ │ ├── idle_00.mtn │ │ ├── idle_01.mtn │ │ ├── idle_02.mtn │ │ ├── tapBody_00.mtn │ │ ├── tapBody_01.mtn │ │ ├── tapBody_02.mtn │ │ ├── tapBody_03.mtn │ │ ├── tapBody_04.mtn │ │ ├── tapBody_05.mtn │ │ ├── tapBody_06.mtn │ │ ├── tapBody_07.mtn │ │ ├── tapBody_08.mtn │ │ └── tapBody_09.mtn │ ├── neptune_classic.1024 │ │ ├── texture_00.png │ │ ├── texture_01.png │ │ └── texture_02.png │ ├── neptune_classic.moc │ └── neptune_classic.model.json ├── noir │ ├── blank.mtn │ ├── ico_noir_classic.png │ ├── motions │ │ ├── idle_00.mtn │ │ ├── idle_01.mtn │ │ ├── idle_02.mtn │ │ ├── tapBody_00.mtn │ │ ├── tapBody_01.mtn │ │ ├── tapBody_02.mtn │ │ ├── tapBody_03.mtn │ │ ├── tapBody_04.mtn │ │ ├── tapBody_05.mtn │ │ ├── tapBody_06.mtn │ │ ├── tapBody_07.mtn │ │ ├── tapBody_08.mtn │ │ └── tapBody_09.mtn │ ├── noir_classic.1024 │ │ ├── texture_00.png │ │ ├── texture_01.png │ │ └── texture_02.png │ ├── noir_classic.moc │ ├── noir_classic.model.json │ └── noir_classic.physics.json └── vert │ ├── ico_vert_classic.png │ ├── motions │ ├── idle_00.mtn │ ├── idle_01.mtn │ ├── idle_02.mtn │ ├── tapBody_00.mtn │ ├── tapBody_01.mtn │ ├── tapBody_02.mtn │ ├── tapBody_03.mtn │ ├── tapBody_04.mtn │ ├── tapBody_05.mtn │ ├── tapBody_06.mtn │ ├── tapBody_07.mtn │ ├── tapBody_08.mtn │ └── tapBody_09.mtn │ ├── vert_classic.1024 │ ├── Thumbs.db │ ├── texture_00.png │ ├── texture_01.png │ ├── texture_02.png │ └── texture_03.png │ ├── vert_classic.moc │ ├── vert_classic.model.json │ └── vert_classic.physics.json ├── ffmpegsumo.dll ├── ffmpegsumo.x86.dll ├── framework └── Live2DFramework.js ├── index.html ├── lib ├── SampleApp1.js ├── live2d.min.js ├── package.json └── winstate.js ├── package.json ├── screenshot.png └── src ├── LAppDefine.js ├── LAppLive2DManager.js ├── LAppModel.js ├── PlatformManager.js ├── SampleApp1.js └── utils ├── MatrixStack.js └── ModelSettingJson.js /.gitignore: -------------------------------------------------------------------------------- 1 | icudtl.dat 2 | nw* 3 | *.dll 4 | *.so 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/README.md -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.1024/texture_00.png -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.1024/texture_01.png -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.1024/texture_02.png -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.moc -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.model.json -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.physics.json -------------------------------------------------------------------------------- /assets/Epsilon/Epsilon.pose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/Epsilon.pose.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f01.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f01.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f02.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f02.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f03.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f03.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f04.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f04.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f05.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f05.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f06.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f06.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f07.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f07.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/expressions/f08.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/expressions/f08.exp.json -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_idle_01.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_01.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_02.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_03.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_04.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_05.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_06.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_07.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_08.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_sp_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_sp_01.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_sp_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_sp_02.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_sp_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_sp_03.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_sp_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_sp_04.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_m_sp_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_m_sp_05.mtn -------------------------------------------------------------------------------- /assets/Epsilon/motions/Epsilon_shake_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/Epsilon/motions/Epsilon_shake_01.mtn -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.1024/texture_00.png -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.1024/texture_01.png -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.1024/texture_02.png -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.1024/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.1024/texture_03.png -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.moc -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.model.json -------------------------------------------------------------------------------- /assets/blanc/blanc_classic.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/blanc_classic.physics.json -------------------------------------------------------------------------------- /assets/blanc/blank.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | -------------------------------------------------------------------------------- /assets/blanc/ico_blanc_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/ico_blanc_classic.png -------------------------------------------------------------------------------- /assets/blanc/motions/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/idle_00.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/idle_01.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/idle_02.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_00.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_01.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_02.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_03.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_04.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_05.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_06.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_07.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_08.mtn -------------------------------------------------------------------------------- /assets/blanc/motions/tapBody_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/blanc/motions/tapBody_09.mtn -------------------------------------------------------------------------------- /assets/haru/expressions/f01.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f01.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f02.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f02.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f03.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f03.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f04.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f04.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f05.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f05.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f06.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f06.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f07.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f07.exp.json -------------------------------------------------------------------------------- /assets/haru/expressions/f08.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/expressions/f08.exp.json -------------------------------------------------------------------------------- /assets/haru/haru.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru.model.json -------------------------------------------------------------------------------- /assets/haru/haru.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru.physics.json -------------------------------------------------------------------------------- /assets/haru/haru.pose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru.pose.json -------------------------------------------------------------------------------- /assets/haru/haru_01.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_01.1024/texture_00.png -------------------------------------------------------------------------------- /assets/haru/haru_01.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_01.1024/texture_01.png -------------------------------------------------------------------------------- /assets/haru/haru_01.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_01.1024/texture_02.png -------------------------------------------------------------------------------- /assets/haru/haru_01.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_01.moc -------------------------------------------------------------------------------- /assets/haru/haru_01.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_01.model.json -------------------------------------------------------------------------------- /assets/haru/haru_02.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_02.1024/texture_00.png -------------------------------------------------------------------------------- /assets/haru/haru_02.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_02.1024/texture_01.png -------------------------------------------------------------------------------- /assets/haru/haru_02.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_02.1024/texture_02.png -------------------------------------------------------------------------------- /assets/haru/haru_02.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_02.moc -------------------------------------------------------------------------------- /assets/haru/haru_02.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/haru_02.model.json -------------------------------------------------------------------------------- /assets/haru/motions/flickHead_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/flickHead_00.mtn -------------------------------------------------------------------------------- /assets/haru/motions/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/idle_00.mtn -------------------------------------------------------------------------------- /assets/haru/motions/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/idle_01.mtn -------------------------------------------------------------------------------- /assets/haru/motions/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/idle_02.mtn -------------------------------------------------------------------------------- /assets/haru/motions/pinchIn_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/pinchIn_00.mtn -------------------------------------------------------------------------------- /assets/haru/motions/pinchOut_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/pinchOut_00.mtn -------------------------------------------------------------------------------- /assets/haru/motions/shake_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/shake_00.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_00.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_01.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_02.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_03.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_04.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_05.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_06.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_07.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_08.mtn -------------------------------------------------------------------------------- /assets/haru/motions/tapBody_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/motions/tapBody_09.mtn -------------------------------------------------------------------------------- /assets/haru/sounds/flickHead_00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/flickHead_00 -------------------------------------------------------------------------------- /assets/haru/sounds/flickHead_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/flickHead_00.mp3 -------------------------------------------------------------------------------- /assets/haru/sounds/pinchIn_00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/pinchIn_00 -------------------------------------------------------------------------------- /assets/haru/sounds/pinchIn_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/pinchIn_00.mp3 -------------------------------------------------------------------------------- /assets/haru/sounds/pinchOut_00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/pinchOut_00 -------------------------------------------------------------------------------- /assets/haru/sounds/pinchOut_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/pinchOut_00.mp3 -------------------------------------------------------------------------------- /assets/haru/sounds/shake_00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/shake_00 -------------------------------------------------------------------------------- /assets/haru/sounds/shake_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/shake_00.mp3 -------------------------------------------------------------------------------- /assets/haru/sounds/tapBody_00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/tapBody_00 -------------------------------------------------------------------------------- /assets/haru/sounds/tapBody_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/tapBody_00.mp3 -------------------------------------------------------------------------------- /assets/haru/sounds/tapBody_01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/tapBody_01 -------------------------------------------------------------------------------- /assets/haru/sounds/tapBody_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/tapBody_01.mp3 -------------------------------------------------------------------------------- /assets/haru/sounds/tapBody_02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/tapBody_02 -------------------------------------------------------------------------------- /assets/haru/sounds/tapBody_02.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haru/sounds/tapBody_02.mp3 -------------------------------------------------------------------------------- /assets/haruna/ico_kankoreharuna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/ico_kankoreharuna.png -------------------------------------------------------------------------------- /assets/haruna/kankoreharuna.2048/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/kankoreharuna.2048/texture_00.png -------------------------------------------------------------------------------- /assets/haruna/kankoreharuna.cmox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/kankoreharuna.cmox -------------------------------------------------------------------------------- /assets/haruna/kankoreharuna.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/kankoreharuna.moc -------------------------------------------------------------------------------- /assets/haruna/kankoreharuna.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/kankoreharuna.model.json -------------------------------------------------------------------------------- /assets/haruna/kankoreharuna.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/kankoreharuna.physics.json -------------------------------------------------------------------------------- /assets/haruna/motions/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/idle_00.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/idle_01.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/idle_02.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_00.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_01.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_02.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_03.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_04.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_05.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_06.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_07.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_08.mtn -------------------------------------------------------------------------------- /assets/haruna/motions/tapBody_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/haruna/motions/tapBody_09.mtn -------------------------------------------------------------------------------- /assets/murakumo/expressions/f01.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/expressions/f01.exp.json -------------------------------------------------------------------------------- /assets/murakumo/expressions/f02.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/expressions/f02.exp.json -------------------------------------------------------------------------------- /assets/murakumo/expressions/f03.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/expressions/f03.exp.json -------------------------------------------------------------------------------- /assets/murakumo/expressions/f04.exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/expressions/f04.exp.json -------------------------------------------------------------------------------- /assets/murakumo/ico_murakumo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/ico_murakumo.png -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_idle_01.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_idle_02.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_idle_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_idle_03.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_m_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_m_01.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_m_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_m_02.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_tap_bust_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_tap_bust_01.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_tap_bust_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_tap_bust_02.mtn -------------------------------------------------------------------------------- /assets/murakumo/motions/murakumo_tap_ear_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/motions/murakumo_tap_ear_01.mtn -------------------------------------------------------------------------------- /assets/murakumo/murakumo.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/murakumo.1024/texture_00.png -------------------------------------------------------------------------------- /assets/murakumo/murakumo.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/murakumo.moc -------------------------------------------------------------------------------- /assets/murakumo/murakumo.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/murakumo.model.json -------------------------------------------------------------------------------- /assets/murakumo/murakumo.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/murakumo.physics.json -------------------------------------------------------------------------------- /assets/murakumo/murakumo_01.canx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/murakumo_01.canx -------------------------------------------------------------------------------- /assets/murakumo/murakumo_07.cmox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/murakumo_07.cmox -------------------------------------------------------------------------------- /assets/murakumo/sounds/flickHead_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/flickHead_00.mp3 -------------------------------------------------------------------------------- /assets/murakumo/sounds/pinchIn_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/pinchIn_00.mp3 -------------------------------------------------------------------------------- /assets/murakumo/sounds/pinchOut_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/pinchOut_00.mp3 -------------------------------------------------------------------------------- /assets/murakumo/sounds/shake_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/shake_00.mp3 -------------------------------------------------------------------------------- /assets/murakumo/sounds/tapBody_00.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/tapBody_00.mp3 -------------------------------------------------------------------------------- /assets/murakumo/sounds/tapBody_01.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/tapBody_01.mp3 -------------------------------------------------------------------------------- /assets/murakumo/sounds/tapBody_02.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/murakumo/sounds/tapBody_02.mp3 -------------------------------------------------------------------------------- /assets/neptune/blank.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | -------------------------------------------------------------------------------- /assets/neptune/ico_neptune_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/ico_neptune_classic.png -------------------------------------------------------------------------------- /assets/neptune/motions/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/idle_00.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/idle_01.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/idle_02.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_00.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_01.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_02.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_03.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_04.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_05.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_06.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_07.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_08.mtn -------------------------------------------------------------------------------- /assets/neptune/motions/tapBody_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/motions/tapBody_09.mtn -------------------------------------------------------------------------------- /assets/neptune/neptune_classic.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/neptune_classic.1024/texture_00.png -------------------------------------------------------------------------------- /assets/neptune/neptune_classic.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/neptune_classic.1024/texture_01.png -------------------------------------------------------------------------------- /assets/neptune/neptune_classic.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/neptune_classic.1024/texture_02.png -------------------------------------------------------------------------------- /assets/neptune/neptune_classic.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/neptune_classic.moc -------------------------------------------------------------------------------- /assets/neptune/neptune_classic.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/neptune/neptune_classic.model.json -------------------------------------------------------------------------------- /assets/noir/blank.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | -------------------------------------------------------------------------------- /assets/noir/ico_noir_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/ico_noir_classic.png -------------------------------------------------------------------------------- /assets/noir/motions/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/idle_00.mtn -------------------------------------------------------------------------------- /assets/noir/motions/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/idle_01.mtn -------------------------------------------------------------------------------- /assets/noir/motions/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/idle_02.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_00.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_01.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_02.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_03.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_04.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_05.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_06.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_07.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_08.mtn -------------------------------------------------------------------------------- /assets/noir/motions/tapBody_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/motions/tapBody_09.mtn -------------------------------------------------------------------------------- /assets/noir/noir_classic.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/noir_classic.1024/texture_00.png -------------------------------------------------------------------------------- /assets/noir/noir_classic.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/noir_classic.1024/texture_01.png -------------------------------------------------------------------------------- /assets/noir/noir_classic.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/noir_classic.1024/texture_02.png -------------------------------------------------------------------------------- /assets/noir/noir_classic.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/noir_classic.moc -------------------------------------------------------------------------------- /assets/noir/noir_classic.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/noir_classic.model.json -------------------------------------------------------------------------------- /assets/noir/noir_classic.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/noir/noir_classic.physics.json -------------------------------------------------------------------------------- /assets/vert/ico_vert_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/ico_vert_classic.png -------------------------------------------------------------------------------- /assets/vert/motions/idle_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/idle_00.mtn -------------------------------------------------------------------------------- /assets/vert/motions/idle_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/idle_01.mtn -------------------------------------------------------------------------------- /assets/vert/motions/idle_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/idle_02.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_00.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_00.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_01.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_02.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_03.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_04.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_04.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_05.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_05.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_06.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_06.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_07.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_07.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_08.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_08.mtn -------------------------------------------------------------------------------- /assets/vert/motions/tapBody_09.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/motions/tapBody_09.mtn -------------------------------------------------------------------------------- /assets/vert/vert_classic.1024/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.1024/Thumbs.db -------------------------------------------------------------------------------- /assets/vert/vert_classic.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.1024/texture_00.png -------------------------------------------------------------------------------- /assets/vert/vert_classic.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.1024/texture_01.png -------------------------------------------------------------------------------- /assets/vert/vert_classic.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.1024/texture_02.png -------------------------------------------------------------------------------- /assets/vert/vert_classic.1024/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.1024/texture_03.png -------------------------------------------------------------------------------- /assets/vert/vert_classic.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.moc -------------------------------------------------------------------------------- /assets/vert/vert_classic.model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.model.json -------------------------------------------------------------------------------- /assets/vert/vert_classic.physics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/assets/vert/vert_classic.physics.json -------------------------------------------------------------------------------- /ffmpegsumo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/ffmpegsumo.dll -------------------------------------------------------------------------------- /ffmpegsumo.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/ffmpegsumo.x86.dll -------------------------------------------------------------------------------- /framework/Live2DFramework.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/framework/Live2DFramework.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/index.html -------------------------------------------------------------------------------- /lib/SampleApp1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/lib/SampleApp1.js -------------------------------------------------------------------------------- /lib/live2d.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/lib/live2d.min.js -------------------------------------------------------------------------------- /lib/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/lib/package.json -------------------------------------------------------------------------------- /lib/winstate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/lib/winstate.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/package.json -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/screenshot.png -------------------------------------------------------------------------------- /src/LAppDefine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/LAppDefine.js -------------------------------------------------------------------------------- /src/LAppLive2DManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/LAppLive2DManager.js -------------------------------------------------------------------------------- /src/LAppModel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/LAppModel.js -------------------------------------------------------------------------------- /src/PlatformManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/PlatformManager.js -------------------------------------------------------------------------------- /src/SampleApp1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/SampleApp1.js -------------------------------------------------------------------------------- /src/utils/MatrixStack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/utils/MatrixStack.js -------------------------------------------------------------------------------- /src/utils/ModelSettingJson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akiroz/Live2D-Widget/HEAD/src/utils/ModelSettingJson.js --------------------------------------------------------------------------------