Re: JOGL/JavaFX integration and the future
Posted by
Sven Gothel on
Feb 26, 2013; 5:56am
URL: https://forum.jogamp.org/JOGL-JavaFX-integration-and-the-future-tp4028263p4028384.html
On 02/25/2013 11:38 PM, gouessej [via jogamp] wrote:
> Dejay wrote
> I'm not sure what you mean by not relying on an UI toolkit?
>
> I thought we could resurrect the old JOGL 1 backend and use only OpenGL calls
> without needing to use NEWT but you've already done a nice job.
You don't need to have NEWT or anything else, able to have simply a NativeSurface 'on the fly'.
However, this is not suitable for long term - better to have a class denominating
at least the alien toolkit's UI component. Regardless, it's just that NativeWindow
wrapper instance - quite simple.
~Sven