Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 585 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 585 Bytes

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