This project aims to recreate the story reader of Revue Starlight Re:Live for archival purposes. This project is not affiliated with Bushiroad, ATeam and any other original owners. All assets files are property of their original owners.
See here for the Cubism Web Samples license which this project uses as its base. license
.
├─ .vscode # Project settings directory for Visual Studio Code
├─ Core # Directory containing Live2D Cubism Core
├─ Framework # Directory containing source code such as rendering and animation functions
└─ Samples
├─ Resources # Directory containing resources such as model files and images
└─ TypeScript # Directory containing TypeScript sample projects
A library for loading the model.
This repository does not manage Cubism Core. Download the Cubism SDK for Web from here and copy the files in the Core directory.
- Install [Node.js] and [Visual Studio Code]
- Open the top directory of this SDK in Visual Studio Code and install the recommended extensions
- In addition to pop-up notifications, you can check the others by typing
@recommended
from the Extensions tab
- In addition to pop-up notifications, you can check the others by typing
Enter >Tasks: Run Task
in the command palette (View > Command Palette...) to display the task list.
- Select
npm: install - Samples/TypeScript/Demo
from the task list to download the dependent packages - Select
npm: build - Samples/TypeScript/Demo
from the task list to build the sample demo - Select
npm: serve - Samples/TypeScript/Demo
from the task list to start the simple server for operation check - Enter
http://localhost:5000/Samples/TypeScript/Demo/
in the URL field of your browser to access it - Enter
>Tasks: Terminate Task
from the command palette and selectnpm: serve
to terminate the simple server
For other tasks, see README.md of the sample project.
NOTE: Settings for debugging are described in .vscode/tasks.json
.
Open the top directory of this SDK in Visual Studio Code and enter the F5 key to start Debugger for Chrome.
You can place breakpoints in Visual Studio Code to debug in conjunction with the Chrome browser.
NOTE: Settings for debugging are described in .vscode/launch.json
.
Samples : CHANGELOG.md
Framework : CHANGELOG.md
Core : CHANGELOG.md
- 21.7.1
- 20.11.1
Platform | Browser | Version |
---|---|---|
Android | Google Chrome | 122.0.6261.106 |
Android | Microsoft Edge | 122.0.2365.86 |
Android | Mozilla Firefox | 123.1.0 |
iOS / iPadOS | Google Chrome | 122.0.6261.89 |
iOS / iPadOS | Microsoft Edge | 122.0.2365.86 |
iOS / iPadOS | Mozilla Firefox | 123.4 |
iOS / iPadOS | Safari | 17.4 |
macOS | Google Chrome | 122.0.6261.129 |
macOS | Microsoft Edge | 122.0.2365.80 |
macOS | Mozilla Firefox | 123.0.1 |
macOS | Safari | 17.4 |
Windows | Google Chrome | 122.0.6261.129 |
Windows | Microsoft Edge | 122.0.2365.80 |
Windows | Mozilla Firefox | 123.0.1 |
Note: You can start the server for operation check by running the serve
script of ./Samples/TypeScript/Demo/package.json
.
There are many ways to contribute to the project: logging bugs, submitting pull requests on this GitHub, and reporting issues, missing assets, and making suggestions.
Any help is much appreciated!