Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/explooosion/react-three-panorama
https://github.com/explooosion/react-three-panorama
panorama reactjs threejs
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/react-three-panorama
- Owner: explooosion
- License: mit
- Created: 2021-06-30T19:18:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T16:52:20.000Z (over 3 years ago)
- Last Synced: 2024-11-25T00:12:10.671Z (3 months ago)
- Topics: panorama, reactjs, threejs
- Homepage: https://robby570.tw/react-three-panorama
- Size: 4.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-three-panorama
Demo panorama scene by three.js build with react.js
# Deploy
```sh
yarn
yarn start
```# Credit
- [three.js - example - webgl_panorama_cube](https://github.com/mrdoob/three.js/blob/master/examples/webgl_panorama_cube.html)
- [three.js - OrbitControls](https://threejs.org/docs/?q=orbitcontrols#examples/en/controls/OrbitControls)
- [Vincedream - threejs-pano](https://github.com/Vincedream/threejs-pano)
- [前端3种方案实现VR全景 ,po源码,建议收藏](https://zhuanlan.zhihu.com/p/383184055)