Corenale

Results 16 comments of Corenale

lua code used: ```lua local ffi = require "ffi" local lj_glfw = require"glfw" local gllib = require"gl" gllib.set_loader(lj_glfw) local gl, glc, glu, glext = gllib.libraries() local ig = require"imgui.glfw" --...

![image](https://github.com/user-attachments/assets/379481cc-8fbd-4823-b55a-79f66c313425) but your dll from releases works fine (https://github.com/sonoro1234/LuaJIT-ImGui/releases/tag/v1.62) maybe I'm compiling it incorrectly?

[cimgui_glfw.zip](https://github.com/user-attachments/files/16752571/cimgui_glfw.zip) i dont know c++ :( i just want to use this library with 64 bit luajit

![image](https://github.com/user-attachments/assets/92f886d0-e3f9-40f8-82c9-c17103f29a32) i just used cmake on the folder with luajit-imgui, it gave me cimgui.sln, then i added the paths to glfw3 and compiled it maybe you can compile it for...

sorry for wasting your time, my problem. should have used the code from examples/minimal_main_viewport.lua and everything works thanks for answering, I'm just stupid :) this code fixes my issue: ```lua...

new problem I can't click on imgui

I made callbacks, now it sees clicks, but it clicks without any idea where ![image](https://github.com/user-attachments/assets/29831693-7920-4253-8174-351fa069ab34) ![image](https://github.com/user-attachments/assets/033faf63-6234-4148-b587-e1649c47cd84)

![image](https://github.com/user-attachments/assets/c6690bc4-9453-4bf5-8bac-69aa0ba5abe3) yes, but after clicking imgui window lost focus

https://github.com/user-attachments/assets/7a00a1d1-3ca2-4257-9cb4-6dfaebe06223

is this better? https://www.youtube.com/watch?v=8YKAR0zQpjM