https://github.com/duheng/vrseat
这是本人基于krpanp开发的一个VR选座项目,有想研究VR技术在移动端应用的可以看一下
https://github.com/duheng/vrseat
3d canvas h5 html5 javascript js krpano quan-jing vr
Last synced: 7 months ago
JSON representation
这是本人基于krpanp开发的一个VR选座项目,有想研究VR技术在移动端应用的可以看一下
- Host: GitHub
- URL: https://github.com/duheng/vrseat
- Owner: duheng
- Created: 2017-11-14T12:43:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T16:37:36.000Z (about 1 year ago)
- Last Synced: 2025-03-18T19:42:19.998Z (7 months ago)
- Topics: 3d, canvas, h5, html5, javascript, js, krpano, quan-jing, vr
- Language: JavaScript
- Size: 31.7 MB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VrSeat
[](https://github.com/duheng/vrseat)
[](https://github.com/duheng/vrseat)
[](https://github.com/duheng/vrseat)此项目是本人基于krpanp开发的一个VR选座项目,有想研究VR技术在移动端应用的可以看一下:
**项目演示(录制的gif图有点大,等待下载完成就流畅了)**
------
![]()
------
简书:http://www.jianshu.com/u/c971c7ffa27e
#### 涉及主要技术
```
1. krpanp;2. vr图片合成处理;
3. vr图片切片;
4. h5 + canvas
```
#### 项目初始化
```
git clone https://github.com/duheng/vrseat.gitcd vrseat
sudo node server
访问 http://localhost/src/index.html
```