Re: Jogl and JavaFX
Posted by
Martin on
Dec 16, 2022; 6:06pm
URL: https://forum.jogamp.org/Jogl-and-JavaFX-tp4040468p4041982.html
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)