https://github.com/scorpionknifes/degeneracy
Miku dance using three-vrm
https://github.com/scorpionknifes/degeneracy
three-fiber threejs vrm
Last synced: 27 days ago
JSON representation
Miku dance using three-vrm
- Host: GitHub
- URL: https://github.com/scorpionknifes/degeneracy
- Owner: scorpionknifes
- Created: 2022-03-24T03:16:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T10:27:54.000Z (about 3 years ago)
- Last Synced: 2025-02-10T23:10:17.939Z (3 months ago)
- Topics: three-fiber, threejs, vrm
- Language: JavaScript
- Homepage: https://zhenk.dev/degeneracy/
- Size: 20.4 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SOFTENG 750 Tech Demo - three-vrm
What is [**three-vrm**](https://pixiv.github.io/three-vrm/packages/three-vrm/docs/)? **three-vrm** is a VRM importer that allows the use of VRM on Three.js. **VRM** is a file format for handling 3D humanoid avatar (3D model) data for VR applications. **Three.js** is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.
The following is a demonstration video for using **three-vrm** with **React.js**, **Three.js**, **@react-three/fiber**.
The demonstration is also hosted on [**GitHub Pages**](https://zhenk.dev/degeneracy/)[**_Original Repo_**](https://github.com/scorpionknifes/degeneracy) or
[_GitHub Classroom_](https://github.com/UOA-CS732-SE750-Students-2022/assignment-01-scorpionknifes)### **Video**:
[](https://www.youtube.com/watch?v=0zQFiaGZxHg)
[Youtube Link](https://www.youtube.com/watch?v=0zQFiaGZxHg)
### **Resources used**:
[vrm-helper](https://www.npmjs.com/package/vrm-helper)
[Three.js](https://github.com/mrdoob/three.js)
[@react-three/fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction)
[@pixiv/three-vrm](https://github.com/pixiv/three-vrm)
[mmd-viewer-js](https://github.com/takahirox/mmd-viewer-js)
[VRM Dance Player](https://github.com/JLChnToZ/vrm-dance-viewer)
[MMDLoader](threejs.org/docs/#examples/en/loaders/MMDLoader)### **Images**:



## Available Scripts
In the project directory, you can run:
### `npm install`
Install the dependencies.
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.