Cococry

Results 58 comments of Cococry

hey there, so at the moment, the is no windows build for leif so what you would have to do is try and build your static library from leif.c (which...

install glxinfo On Sun 7. Jul 2024 at 11:34, Auron Vila ***@***.***> wrote: > Hi I have a macOs and I am having issues when I run the ./install.sh. >...

if you have the opengl texture id, you can just do lf_image((LfTexture){.id = your_opencv_opengl_tex_id, .width = your_width, .height = your_height}); On Wed 5. Jun 2024 at 15:52, Christian Guetnga ***@***.***>...

you can use lf_load_texture_from_memory and use mat.ptr(); as data. then render the image with lf_image.

yeah i know, i was wanting to implement this feature for a while already but the project in paused currently so there will not be any upadtes in like the...

you cannot use Xephyr with ragnar as ragnar uses monitor detection as a primary feature to run. As far as i know, xeyphyr does not have a way to work...

Yes you can just update the version from 4.6 To 2.0 or similar in the GLFW setup

The project is currently being rewritten from scratch as a retained mode ui framework. That’s why this repo does not get any commits any more. The retained mode rewrite of...