Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] Question about abstract gef.mvc

Hi David,

in the current GEF 5.0.0 code base MVC and MVC.FX have been merged. We have decided to target only JavaFX-based applications with the MVC framework, as the separation introduced too much overhead.

Best Regards,
Alexander

Am 11.04.2017 um 19:28 schrieb David Dubrow <ddubrow@xxxxxxxxxxxxx>:

Hello,

I am trying to implement a graphical editor whose rendering is based on JavaFX in some cases and on another (native OpenGL-based) rendering engine depending on some aspect of its data model. 

I would like to implement the non-JavaFX viewer based on the abstract gef.mvc framework and use InfiniteCanvasViewer and all the existing infrastructure for the JavaFX viewer. I am having a hard time doing this in a single editor due to some choices made in the design of the gef.mvc framework. The main decision being that gef.mvc and gef.mvc.fx are completely separate as opposed to them all being based on the abstract gef.mvc.

I was wondering how this decision was made and if there any plans to unify these in the future? Or maybe I missed something important that can help me in my implementation.

Thanks in advance!

David Dubrow



_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/gef-dev

Back to the top