1
0

clean first

This commit is contained in:
2025-11-21 06:18:38 +09:00
parent cb720251e7
commit 06946dd203
43 changed files with 20 additions and 415 deletions

57
first/README.md Normal file
View File

@@ -0,0 +1,57 @@
# 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
```