Mohammed Alyousef

Results 125 comments of Mohammed Alyousef

Sure will do. But it’ll be when I get back to my dev machine after the weekend.

I tried it on a VM, can you try the following invocation: ``` cmake -B bin -S . -DCMAKE_BUILD_TYPE=Release \ -DOPTION_USE_SYSTEM_LIBPNG=ON \ -DOPTION_USE_SYSTEM_LIBJPEG=ON \ -DOPTION_USE_SYSTEM_ZLIB=ON \ -DOPTION_USE_GL=OFF \ -DFLTK_BUILD_EXAMPLES=OFF \...

Hmm It seems shared libcfltk won't work with system image libs. I'll need to investigate further. ``` cmake -B bin -S . -DCMAKE_BUILD_TYPE=Release -DOPTION_USE_SYSTEM_LIBPNG=OFF -DOPTION_USE_SYSTEM_LIBJPEG=OFF -DOPTION_USE_SYSTEM_ZLIB=OFF -DOPTION_USE_GL=OFF -DFLTK_BUILD_EXAMPLES=OFF -DFLTK_BUILD_TEST=OFF -DOPTION_USE_THREADS=ON...

If you don't need fltk image support, make sure you have libpng-dev is installed. Make sure you also use a recent version of cfltk and fltk, since there was an...

Hi Thanks for libmpv-rs and this render_gl api, it's compact and nice. I was able to get the fork to work with fltk-rs (based on the glium example): ```rust /*...

So I found a solution to using fetchContent without having to modify element's cmake files. It also allows the use of elements' bundled fonts and other resources, and allows specifying...

Using fetchContent in the examples dir seems out of place. I could add it to the setup docs, assuming it's under the qplug_api_changes branch.

Hi I've opened an issue upstream. https://github.com/fltk/fltk/issues/480

Thanks for your kind words :) For the time being, you can use rfd: https://crates.io/crates/rfd