woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
647 stars 89 forks source link

OpenGL FBO support #265

Open dzervas opened 2 years ago

dzervas commented 2 years ago

I'm trying to embed some kind of video player in my app (be it libmpv, libvlc or gstreamer) but there's no FBO support so I can't implement a renderer. Would be nice to see an FBO wrapper

AdrianEddy commented 2 years ago

check out qml-video-rs or #189

MichaelArthurLong commented 2 years ago

GStreamer has qmlglsink, But currently, it only supports Qt 5. I've made a working example here, although I have no idea if that's the best way of doing things as I barely have any proper programming experience prior to that.