Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrisdubya/vrm-webxr
- Owner: chrisdubya
- Created: 2023-06-07T20:51:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-08T21:55:35.000Z (over 1 year ago)
- Last Synced: 2024-11-02T00:42:15.351Z (2 months ago)
- Topics: vrm, webxr
- Language: TypeScript
- Homepage: https://codesandbox.io/p/github/chrisdubya/vrm-webxr
- Size: 8.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).