New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@nicepkg/vr360-core

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nicepkg/vr360-core

快速实现你的全景开发需求,全景看房、全景街景、全景景点

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

@nicepkg/vr360-core

json 驱动的全景浏览库核心,设计框架无关性,可用于任何框架,如vue/react/angular/svelte/solidjs...

version three license coverage gzip stars

介绍

@nicepkg/vr360-core 是一个基于 threejs 的全景库,非常适合用来做全景看房、全景街景、全景景点等业务需求。

它支持 json 配置驱动视图,你可以用 json 配置的方式快速实现常见全景需求。

特性

  • json 驱动视图,快速实现全景业务需求
  • 高性能,支持自动找出 json 变更的部分,最小化更新到 3d 全景里,不会整个场景重建。
  • 支持增删改提示点,hover 提示点的弹窗支持自定义定制,支持自定义提示点的贴图。
  • 内置场景切换穿梭动画
  • 暴露 scene、camera、renderer 等 threejs 对象,方便你更高的定制化
  • 基于事件驱动的数据交互,设计框架无关性
  • 完整的 ts 支持

安装

for npm

npm i @nicepkg/vr360-core threejs

for yarn

yarn add @nicepkg/vr360-core threejs

for pnpm

pnpm add @nicepkg/vr360-core threejs

使用

点击查看使用文档

Contributing

Learn about contribution here.

This project exists thanks to all the people who contribute:

License

MIT License © 2022-PRESENT nicepkg

Keywords

vr360

FAQs

Package last updated on 08 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts