Replies: 11 comments 9 replies
-
|
Would love some insight into how this could be acheived as I also want to build a media player style application. |
Beta Was this translation helpful? Give feedback.
-
|
Any news on this? |
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone! Wanted to bump this to see if there's been any progress |
Beta Was this translation helpful? Give feedback.
-
|
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
|
I asked this on the discord
and got this response from @FabianLars
https://discord.com/channels/616186924390023171/731495028677148753/1174355856511488143 |
Beta Was this translation helpful? Give feedback.
-
|
Any updates or example code regarding this? |
Beta Was this translation helpful? Give feedback.
-
|
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
|
I'm also interested in this |
Beta Was this translation helpful? Give feedback.
-
|
mentioning my interest as well |
Beta Was this translation helpful? Give feedback.
-
|
Update: I've developed the original example into two Tauri plugin, which uses JSON IPC or libmpv to communicate with the embedded mpv window. You can find it here: https://github.com/nini22P/mpv-tauri The OpenGL rendering implementation is not yet complete. |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone, I've made some progress with OpenGL rendering, but it flickers when resizing the window. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been looking for a GUI solution for Rust to build a media player. The plan is to wrap libmpv for video playback. libmpv has a couple of ways to facilitate integration, but the best option is rendering via opengl: https://github.com/mpv-player/mpv-examples/blob/master/libmpv/README.md
Is wry capable of enabling that?
Beta Was this translation helpful? Give feedback.
All reactions