thomasgeissl / ofxChoc

webview addon for openFrameworks
3 stars 0 forks source link

embed webview into an of window #3

Open thomasgeissl opened 4 months ago

thomasgeissl commented 4 months ago

https://github.com/Tracktion/choc/blob/main/gui/choc_WebView.h#L1841

can we easily get a texture? does of window need to be subclassed?

thomasgeissl commented 4 months ago

can a nsview be drawn on the glfw window? _webview->getViewHandle() returns the NS view on mac

https://docs.juce.com/master/classNSViewComponent.html