Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisdubya/vrm-webxr

Rendering VRM model in WebXR
https://github.com/chrisdubya/vrm-webxr

vrm webxr

Last synced: 19 days ago
JSON representation

Rendering VRM model in WebXR

Awesome Lists containing this project

README

        

# installation

`npm install`

## running

to run locally and test WebXR features you need to host on https:

- generate a key and cert `openssl req -nodes -new -x509 -keyout server.key -out server.cert`
- `npm run dev`

if you don't need to test WebXR then `npm start` should work fine

Made with [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).