https://github.com/jeffshee/live2d
https://github.com/jeffshee/live2d
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffshee/live2d
- Owner: jeffshee
- Created: 2020-10-05T06:53:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T13:24:02.000Z (about 4 years ago)
- Last Synced: 2025-04-06T06:37:58.459Z (about 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's this?
This is a tool for rendering Live2d models (only v2 is currently supported). The modified SDK allows you to output the rendered texture to separate PNG images.
# Installation
Note: You can skip all the prompts by hitting ENTER
```
npm init
npm install
```
# Usage
Live2d models should be placed in `dataset` directory.
Get the models from here:
https://github.com/Eikanya/Live2d-model
Or simply clone the repository
```
git clone https://github.com/Eikanya/Live2d-model dataset
```
To launch Live2D-tool GUI
```
npm start
```