Thoughts on updating the modeler

@chrisw @donkon

The Flowable Modeler’s index.html:

...

<script src="editor-app/editor/oryx.debug.js" type="text/javascript"></script>

...

Is oryx.js comparable to bpmn-js?

What about making oryx.js available as a Web Component and therefore usable by any framework - Angular, React, Vue, …

And, to take advantage of the “shadow” DOM so that you can keep the element’s features private, so they can be scripted and styled without the fear of collision with other parts of the document.

For example, the Material Web Components (MWC) are a collection of Web Components maintained by Google that implement Material Design. And, there’s an Angular wrapper for the MWC.