https://github.com/drumath2237/three-vrm-test
three-vrmを使ってVRMモデルを表示させる
https://github.com/drumath2237/three-vrm-test
threejs typescript vrm webgl webpack
Last synced: about 2 months ago
JSON representation
three-vrmを使ってVRMモデルを表示させる
- Host: GitHub
- URL: https://github.com/drumath2237/three-vrm-test
- Owner: drumath2237
- Created: 2019-09-17T06:56:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:47:09.000Z (over 2 years ago)
- Last Synced: 2025-01-15T06:50:48.107Z (4 months ago)
- Topics: threejs, typescript, vrm, webgl, webpack
- Language: TypeScript
- Homepage: https://drumath2237.github.io/three-vrm-test/
- Size: 17.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three-webpack
## requierments
- typescript
- webpack
- webpack-cli
- ts-loader
- three.js
- @types/three
- @pixiv/three-vrm
- webpack-dev-server## install and run
```bash
yarn install
yarn build
yarn start:dev
```