1
0
Go to file
2024-08-09 11:59:24 +09:00
.github/workflows add file 2024-08-04 17:59:08 +09:00
dist add planet 2024-08-06 23:17:04 +09:00
docs add file 2024-08-04 17:59:08 +09:00
min-react update three-vrm-3 2024-08-05 15:10:56 +09:00
min-ts update three-vrm-3 2024-08-05 15:10:56 +09:00
planet update 2024-08-09 11:59:24 +09:00
src update 2024-08-09 11:59:24 +09:00
.gitignore update three-vrm-3 2024-08-05 15:10:56 +09:00
.gitmodules add file 2024-08-04 17:59:08 +09:00
package.json update 2024-08-09 11:59:24 +09:00
README.md add planet 2024-08-06 23:17:04 +09:00
tsconfig.json add planet 2024-08-06 23:17:04 +09:00
webpack.config.js add file 2024-08-04 17:59:08 +09:00

vrm

three-vrm + vrma

vrm & vrma

$ git submodule update --init --recursive

build

$ yarn install
$ yarn dev
$ yarn build

planet

$ 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

$ cd min-ts
$ yarn install
$ yarn dev