This guide should give you all the necessary information to enable you to extend HELIOS easily.
- Clone Project
- Copy VisPrototype.js
- Rename your copy
- Add code according to Todo's within the object
- Create Pullrequest
A visualization has only a few methods that act as API to the framework.
- rendering.draw() -
- rendering.brushing.brush() && rendering.brushing.reset()
- ui.ui_building.setup.settings_box() && ui.ui_building.setup.parse_settings_box()
- ui.ui_building.sidepanel.get_sidepanel_settings()
On Todo List