What is it?
Wik is a JavaScript Library for big-scale warehouse visualization. Both 2D and 3D are supported. With Wik, you could visualize the warehouse very easily.
Features
-
Model-Driven
You defeined your own powerful models with events and then use them to render views. -
Data-Driven
Every view has its state which can make its presentation change over time just like what React do. -
1 Model => N Views
Since that we've separated models & views, one model can driven several views change at the same time. -
React-SVGOverlay
Leaflet SVGOverlay is static. Wik makes it reactive! -
Real Mixin
This is quite better than rewrite prototype of Class! -
Dependency Injection
The goal of this design is to separate concerns, decouple the recipient and dependencies, thus providing loose coupling and code reuse. -
Automatic Panes Management
Panes is based on categories and limited to leaflet only. -
Interactive State Management
Wik has implemented mouse hover, selection, highlight, and other states. Extension is supported. -
Behavior & Mode
Wik provides powerful interactive extendable capabilities.