On Mon, 16 Mar 2026 at 09:57, Oliver Rettig <[email protected]> wrote: > in my Netbeans platform apps I need a Webbrowser which is able to render > 3d scenes by webgl. ... > but if I understand correctly this is not for embedding the browser UI > into the netbeans platform what I want to do. It only helps to find and > communicate with an external browser. > > Any ideas?
Have you looked at jcef? JetBrains has a fork [1]. It's also included in the JetBrains runtime, which you can run the platform / IDE on. There is also JxBrowser that to my knowledge another large platform application is using, but it's not open-source so you'd have to pay to use it. I've been looking at doing something with native webviews recently, using something like Webview Java [2], Tauri, etc. Not sure there's anything there going to be easy to attach reliably into a platform application window though. Might not be much help as you've probably looked at these already? Best wishes, Neil [1] https://github.com/JetBrains/jcef [2] https://github.com/webview/webview_java --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
