Adrian-George Bostan

Results 37 comments of Adrian-George Bostan

Thank you for the PR. Superseded by https://github.com/adrg/xdg/pull/87. Closing this one.

Hi @SamuelMR98, At a first glance, one thing you can try is to initialize `libVLC` just once, preferably on the main thread (somewhere at the beginning of your `main` function...

Hi @c1ngular, What GUI framework are you planning to use for the custom video player? If the framework exposes a reference to the underlying window of the surface you are...

You mean playing videos one after another? Because that is possible using both the `Player` and the `ListPlayer` structs. Or do you mean playing multiple videos at the same time?...

Hi @tdewolff. Thank you for your interest in the library. > Excellent library! There is one feature that would be handy for my use case in selecting fonts for https://github.com/tdewolff/canvas,...

Sorry for the late response. Yeah, specifying fallback fonts seems like a very good idea. I was thinking that something like this should provide enough customization for the matching process:...

Hi @npillmayer. Thank you for your interest in the project. > I do have a similiar requirement as Taco in the medium term. I understand there is currently no work...