ultralight-ux / AppCore

Cross-platform app runtime module for Ultralight
https://ultralig.ht
GNU Lesser General Public License v2.1
82 stars 24 forks source link

[Feature Request] Create Ultralight renderer on existing window #3

Open kzantow opened 4 years ago

kzantow commented 4 years ago

In order to create a VST plugin, the host creates a window and passes the reference to the plugin to render on. I'd like to be able to use Ultralight for this, but it does not seem that it's possible to pass a previously created window like this.

Could this either a) be documented or b) be implemented?

Thanks much!

AmazingTurtle commented 4 years ago

Hello. Looks like you can use an existing window at least with the D3D12 driver. Is that sufficient for you?

kzantow commented 4 years ago

@AmazingTurtle it looks like that's Windows only but for my purposes, I'd need to be able to do this on at least Windows & macOS.