Re: Writing a GUI - Where to start?
Posted by
Marcus Denker-4 on
Nov 20, 2013; 4:48pm
URL: https://forum.world.st/Writing-a-GUI-Where-to-start-tp4719254p4723789.html
On 20 Nov 2013, at 17:30, Mun Mun <
[hidden email]> wrote:
> Hi everyone,
>
> Nobody mentioned Polymorphic. My understanding is that both Spec and Polymorph are built on top of Morphic.
Polymorph is not a layer on top of morphic, it’s just a (relatively unstructured) extension.
We actually need to take PolyMorph and Morph an restructure the package
-> extensions of Polymoprh need to be moved to Morphic
-> the widgets of both PolyMorph and Morpic needs to be moved to a Morphic-Widgets package
-> everything needs to be cleaned up. There are far too many specialised subclasses and strange duplication (we have still how many button classes?)
Marcus