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

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技术在移动端应用的可以看一下

Awesome Lists containing this project

README

          

# VrSeat
[![npm](https://img.shields.io/npm/l/express.svg)](https://github.com/duheng/vrseat)
[![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)](https://github.com/duheng/vrseat)
[![Codecov branch](https://img.shields.io/codecov/c/github/codecov/example-python/master.svg)](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.git

cd vrseat

sudo node server

访问 http://localhost/src/index.html

```