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

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

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**:

[![Video](https://img.youtube.com/vi/0zQFiaGZxHg/0.jpg)](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**:

![image0](https://user-images.githubusercontent.com/23299540/162613719-87d733ec-fb0d-493e-af0a-56d7145ee7bc.png)

![image1](https://user-images.githubusercontent.com/23299540/162613740-0bbb44fc-1db2-46b0-8b44-3cac31294326.png)

![image2](https://user-images.githubusercontent.com/23299540/162613789-fe0a0e55-916c-4562-b895-1d034563ccc6.png)

## 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.