Skip to content

scorpionknifes/degeneracy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTENG 750 Tech Demo - three-vrm

What is three-vrm? 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

Original Repo or GitHub Classroom

Video:

Video

Youtube Link

Resources used:

vrm-helper
Three.js
@react-three/fiber
@pixiv/three-vrm
mmd-viewer-js
VRM Dance Player
MMDLoader

Images:

image0

image1

image2

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 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 for more information.