Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviltik/threejs-boilerplate-webpack5
ThreeJS sandbox
https://github.com/eviltik/threejs-boilerplate-webpack5
nodejs threejs vr webrtc xr
Last synced: about 1 month ago
JSON representation
ThreeJS sandbox
- Host: GitHub
- URL: https://github.com/eviltik/threejs-boilerplate-webpack5
- Owner: eviltik
- License: mit
- Created: 2021-05-27T19:30:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T14:37:38.000Z (over 3 years ago)
- Last Synced: 2024-11-08T03:39:30.469Z (3 months ago)
- Topics: nodejs, threejs, vr, webrtc, xr
- Language: HTML
- Homepage: https://threejs.innovastorm.com/
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Threejs boilerplate webpack5 (dev)
Just learning and playing with [threejs](https://threejs.org), [webrx](https://immersive-web.github.io/webxr-samples/)
and more, thinking at a high level virtual reality library. Probably like plenty of addicts having some dev skill ;)I "only" have an Oculus Quest 2 for testing, feel free to give feedbacks with other devices.
# Videoconference exploration
* [x] [Webcam texture](https://threejs.innovastorm.com/curved-rectangle/)
* [x] [Curved rectangle](https://threejs.innovastorm.com/curved-rectangle/)
* [ ] Webrtc implementation# Usage
* Clone the repo
```
git clone https://github.com/eviltik/threejs-boilerplate-webpack5
cd threejs-boilerplate-webpack5
npm install
npm run dev
```We need webpack5 installed globally `npm install webpack5` atm.
Then, open your browser (https://localhost:44390/)
# Credits
Thanks to threejs community for help
* prisoner849 (planeCurve)