You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
when I have tried to plug this
rlImGui
viainline-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.
The text was updated successfully, but these errors were encountered: