An open API service indexing awesome lists of open source software.

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モデルを表示させる

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
```