LivelyKernel / lively.morphic

An implementation of the Morphic user interface framework for lively.next.
13 stars 2 forks source link

Extract lively.halos #159

Closed merryman closed 6 years ago

merryman commented 6 years ago

This completely removes the halo related logic from the lively.morphic package. Circular dependencies are currently resolved via runtime imports (See morph.js). The circular references in world.js should be fixed by moving the world to a separate package in the future. Still pondering the question, wether fabrik.js is supposed to be extracted to the halo package as well. Thoughts?

rksm commented 6 years ago

Let's keep the fabrik module independent, it hasn't anything to do with halos.

merryman commented 6 years ago

Any other comments? If not, I would go ahead and merge this.