1
0
Files
vrm/first/README.md
2025-11-22 06:31:31 +09:00

58 lines
648 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
```
## theatre
```sh
$ cd theatre
$ npm install
$ npm run dev
```