We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/cimgui/cimgui
This may, or may not, alleviate our extension pains.
The text was updated successfully, but these errors were encountered:
are you thinking of replacing the Raw.hs with c2hs? Or using the generated .json-output (or similar) to generate the Raw.hs-file?
Sorry, something went wrong.
cimgui has the JSON dumps of its API.
cimgui
I just had a look at them, and they have the original C++ stuff too 🤔
That's what i meant after i looked at them. I think their route is: Parse C++ into json/lua, then use that to create the C-bindings.
2 ways to use this: throw c2hs onto the generated C-Code or use their json to generate Haskell-code with a homebrew-generator & more control.
A new promising alternative: https://github.com/dearimgui/dear_bindings#differences-with-cimgui
No branches or pull requests
https://github.com/cimgui/cimgui
This may, or may not, alleviate our extension pains.
The text was updated successfully, but these errors were encountered: