This is a WebGME visualizer for composing visualizers from existing visualizers (using GoldenLayout).
First, install the webgme-composite-viz following:
Second, start mongodb locally by running the mongod
executable in your mongodb installation (you may need to create a data
directory or set --dbpath
).
Then, run webgme start
from the project root to start . Finally, navigate to http://localhost:8080
to start using webgme-composite-viz!
First, enable the composite visualizer for a given node. Then click on it in the visualizers panel (assuming default WebGME UI).
The visualizer can be configured using component settings from WebGME (ie, config/components.json). There are 2 fields: visualizerDefs
and config
. The former is a mapping of names to requireJS paths used by WebGME. The latter is a GoldenLayout configuration for the visualizer which supports the keys from visualizerDefs
as values for componentName
.
This would be cool. Ideally, this would not be defined in the component settings since those require access to the deployment (not great for customization with different domain models). Ideally, nodes could reference a view-model of sorts that would define this configuration.