nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

Video support

Open xbowzone opened this issue 10 months ago • 1 comments

I propose for video support implementation. Or maybe just a way to glue something like mpv by drawing in canvas or something. I'm not experienced with low level logic so please tell me a way to do it if it can be done already without much difficulty.

xbowzone avatar Apr 11 '24 07:04 xbowzone

The VideoView must to be a core NAppGUI component. Meanwhile, it could connect to a View through the native component. view_native() will return a HWND, GtkWidget or NSView depending on each platform.

frang75 avatar Apr 11 '24 16:04 frang75