leif icon indicating copy to clipboard operation
leif copied to clipboard

Minimal, configurable & GPU accelerated Immediate Mode UI Library written with modern OpenGL

Results 17 leif issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/cococry/leif/assets/155109251/5de1f2b3-833a-40d8-8df9-4b3c3ae87686) ![image](https://github.com/cococry/leif/assets/155109251/bf5080c0-5e3a-4702-9209-5c01c49ef87c) Just installed leif to try write small project, on first build even without trying to output text it trowing that error. After i saw that todo app with...

This isnt an issue, more of a question, but i was wondering if it was possible to add leif to a visual studio project like how you can with imgui.

After running install.sh, I am told my OpenGL version is 3.2 and that I need to update my drivers. OpenGL version is 4.6. I am running an RTX 2070 with...

Hi I have a macOs and I am having issues when I run the ./install.sh. Err message: ``` Your linux distro is not supported currently. You need to manually install...

I currently can't run the hello world example in c. `gcc -Wall -Wextra -g -O0 main.c -lglfw -lGL -lleif -lclipboard -lm -o bin/main` Outputs this error: ``` /usr/bin/ld: /usr/local/lib/libclipboard.a(clipboard_x11.c.o): undefined...

Hey i have 4.1, it seems leif required 4.5. Not sure we can update to 4.5 if underlying driver itself does not support that, atleast based on this - https://askubuntu.com/questions/795647/how-to-install-opengl-4-0-or-4-5-for-developing...

Hi, I am trying to set it up on my windows machine. I tried git-bash, wsl but I am not able to run the ./install.sh. This is the error: └─$...

Hey just wanted to ask what the .leif folder is for? like for example .leif/*/pulse/cookie

Hi Coco! It's me again Give me a hint: is there any option to use OpenCV Mat as LfTexture id? I need to show frames from VideoCapture, and, I guess,...

**Input:** ```shell $ make ``` **Output:** ```shell gcc `pkg-config --cflags glfw3 cglm` -Ivendor/glad/include -Ivendor/stb_image/ -Ivendor/stb_truetype -Ivendor/stb_image_resize -DLF_GLFW -O3 -ffast-math -c leif.c -o lib/leif.o leif.c: In function ‘renderer_add_glyph’: leif.c:3027:38: error: ‘vec4s’...