0.3.0 • Published 1 year ago

runing-monitor v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

RuningMonitor

The simple AGV operation monitoring system uses the THREE

temporary package:

import { Store3D } from "runing-monitor";
const store = new Store3D()
store.start()

How to use

  • Include script

  • Introducing store3d

  • Create a store3d instance

  • Call Store3D.Start() method

Include the script

You don't even have to bring THREE into your project

You must have a label with ID store3d to carry it

<div id="store3D"></div>

You need to change the type of script tag to module

<script type="module">
  import { Store3D } from "runing-monitor";
  const store = new Store3D()
  store.start()
</script>

or use npm to install it

npm i runing-monitor

and include it in your code

import { Store3D } from "runing-monitor";

end

const store = new Store3D()
store.start()

version

  • 0.0.5

1. 修复 three-text2d 插件ts中类的多层嵌套bug

2. 增加是否使用后期处理控件 useComposer

useComposer:boolean;
  • 0.0.6

1. 更换绘制文字插件

2. 修改文字样式

  • 0.0.7

1. 使用 Web Worker 分线程做小车动画

  • 0.0.8

1. 优化worker

  • 0.0.84

1. 优化worker引入

  • 0.0.85

1. 解决打包后worker子线程消失的问题

  • 0.0.86

1. package.json 加入 main 字段 指向 ./dist/assets/index.js

  • 0.0.9

1. 根据数据返回theta属性控制车辆站点旋转

  • 0.0.92

1. 修复小车名字不显示bug

2. 修复没网情况下站点名无法显示的问题

  • 0.0.93

1. TS类型

  • 0.0.94

1. 通过Blob对象动态创建Worker

  • 0.0.95

1. 移除index执行start命令

  • 0.0.96

1. 打包后index导出Store3D调整

  • 0.1.0

1. 版本调整

  • 0.1.1

对接项目地图

  • 0.1.2

第一人称

  • 0.1.3

多模型

  • 0.1.6

  • 0.2.0

使用算法优化小车动画

  • 0.2.1

1. 小车功能按键

2. 一键停车

3. 拷贝文字

  • 0.2.2

Support

Tested successfully on

  • Chrome OSX, Windows, Android
  • Firefox OSX, Windows, Anroid
  • Safari OSX, iOS
  • Internet Explorer 11 (SVG and Shape demo won't work because they use Promises)
  • Opera OSX, Windows
0.3.0

1 year ago

0.2.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.0.96

2 years ago

0.0.95

2 years ago

0.0.94

2 years ago

0.0.93

2 years ago

0.0.91

2 years ago

0.0.86

2 years ago

0.0.85

2 years ago

0.0.84

2 years ago

0.0.83

2 years ago

0.0.82

2 years ago

0.0.81

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago