51 lines
585 B
Markdown
51 lines
585 B
Markdown
# vrm
|
|
|
|
three-vrm + vrma
|
|
|
|
## vrm & vrma
|
|
|
|
```sh
|
|
$ git submodule update --init --recursive
|
|
```
|
|
|
|
## build
|
|
|
|
```sh
|
|
$ yarn install
|
|
$ yarn dev
|
|
$ yarn build
|
|
```
|
|
|
|
## planet
|
|
|
|
- deploy : [https://card.syui.ai/planet?g=sun](https://card.syui.ai/planet?g=sun)
|
|
- ref : [https://git.syui.ai/ai/star](https://git.syui.ai/ai/star/src/branch/main/galaxy-react)
|
|
|
|
```
|
|
$ cd planet
|
|
$ npm i
|
|
$ npm run start
|
|
```
|
|
|
|
## min-react
|
|
|
|
three-vrm v3 + vrm(unity + vrm v1.0) + anim(vrma)
|
|
|
|
```
|
|
$ cd min-react
|
|
$ npm i
|
|
$ npm run start
|
|
```
|
|
|
|
## min-ts
|
|
|
|
minimum configuration
|
|
|
|
```sh
|
|
$ cd min-ts
|
|
$ yarn install
|
|
$ yarn dev
|
|
```
|
|
|
|
|