DISTRHO / DPF

DISTRHO Plugin Framework
ISC License
648 stars 94 forks source link

A widget to embed external UI #465

Open sevenc-nanashi opened 2 hours ago

sevenc-nanashi commented 2 hours ago

It would be nice if there is a widget that can have hWnd / NSView / X11 widget, like JUCE's HWNDComponent.

I know there is an example that embeds an external window, but it would be nice if embedding can be done in lesser lines.

(Maybe I should make this issue in dpf-widgets repository)

falkTX commented 2 hours ago

there is a class for external ui, but mostly it deals with running an external program that already does the embedding.

some utility for this would be nice sure, I dont mind if it has an API from dpf side similar to the webview, which kinda works the same way.