1
0
vrm/README.md

51 lines
585 B
Markdown
Raw Normal View History

2024-03-18 10:59:59 +00:00
# vrm
three-vrm + vrma
## vrm & vrma
2024-03-18 10:59:51 +00:00
```sh
2024-03-18 10:59:59 +00:00
$ git submodule update --init --recursive
2024-03-18 10:59:51 +00:00
```
2024-03-18 10:59:59 +00:00
## build
```sh
$ yarn install
$ yarn dev
$ yarn build
```
2024-08-05 09:40:46 +00:00
## 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
```
2024-08-04 08:56:35 +00:00
## min-react
2024-08-05 09:40:46 +00:00
three-vrm v3 + vrm(unity + vrm v1.0) + anim(vrma)
2024-08-04 08:56:35 +00:00
```
$ cd min-react
$ npm i
$ npm run start
```
## min-ts
minimum configuration
```sh
$ cd min-ts
$ yarn install
$ yarn dev
```
2024-08-05 09:40:46 +00:00