Login  Register

Question about GLCanvas

Posted by Kursat Ozer on Mar 16, 2020; 7:22am
URL: https://forum.jogamp.org/Question-about-GLCanvas-tp4040440.html

Hi everyone,

Firstly great work and keep going. Here is what I encountered:

I am developing with JavaFx 2.2 with JDK 8 and I have to use GLCanvas which is from a 3rd party library. Unfortunately they dropped GLJPanel support.

On my search I found NewtCanvasJFX which will be in the next realease. I gave it a try but could not convert GLCanvas to NewtCanvasJFX.  Is there a way to convert GLCanvas to NewtCanvasJFX or add as a child of NewtCanvasJFX  or any workaround, since I have only GLCanvas instance on my hand to use?

Will be much appriciated for the help.