I want to embed a webbrowser in two stages of my javafx program. Using javafx webview does not work for the intended content (360° view generated with Panotour). So I have to search for alternatives.
I failed using JCEF; it does not work with javafx (neither with using SwingNode and GLJPanel).
JxBrowser looks promising, but is very expensive and closed source.
Can someone recommend a opensource(I have to extend the webbrowser)and html5 browser to embed in a javafx view? Nice to have with gpu rendering.
Thanks and greets