An open API service indexing awesome lists of open source software.

https://github.com/jeffshee/live2d


https://github.com/jeffshee/live2d

Last synced: 11 months ago
JSON representation

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
```