dear-imgui.hs icon indicating copy to clipboard operation
dear-imgui.hs copied to clipboard

h-raylib + dearImGui

Open Ecialo opened this issue 3 months ago • 0 comments

Hello

I'm trying to use dear-imgui with h-raylib. I've found out, that this can be possible by adding the little compatibility layer. I've tried to implement related bindings for Haskell, but have stuck with FFI, since I had no experience with it. To be specific, I got

Warning: the following files would be used as linker inputs, but linking is not being done: rlImGui/rlImGui.h
ghc-9.6.5: no input files

when I have tried to plug this rlImGui via inline-c lib.

Can you offer me a little helping hand? I'm looking for any ideas how to debug this or for some guide about how to implement such bindings in general.

Ecialo avatar Nov 08 '24 14:11 Ecialo