Jogl and JavaFX

classic Classic list List threaded Threaded
42 messages Options
123
Reply | Threaded
Open this post in threaded view
|

Re: Jogl and JavaFX

Martin
Thank you Julien, I could start with your example.

I actually need to invoke GLProfile.invokeSingleton() at the beginning otherwise the JOGL jars are not expanded and loaded.

I noticed one surprising thing : resize is not supported. Did you observe this already? Would you suggest anything to overcome this problem?

I am on macOS 11.4, Apple M1, JDK 17, JavaFX 19 (one day it will be necessary to put all context info in a zip file :D)

Reply | Threaded
Open this post in threaded view
|

Re: Jogl and JavaFX

gouessej
Administrator
I haven't modified this source code for months or years, I don't remember whether I had the same problem. A more recent version of Java (and OpenJFX) has a different behaviour, I don't advise to do a non modular project in this case.
Julien Gouesse | Personal blog | Website
123