cimplot3d & LuaJIT integration #52
Replies: 2 comments
-
Hey @sonoro1234! Sorry for the late reply, I was quite busy at work last week. Thank you soo much for making ImPlot3D work with both C and LuaJIT! I'll update the README with your repos!
Thanks for pointing this out! I'll fix it and update the CD/CI to make sure I don't introduce new warnings :) |
Beta Was this translation helpful? Give feedback.
-
The warnings were fixed in #53 and merged into I'll close this discussion for now, let me know if there's still more work needed and we can open it again :) Thank you again for the work on the bindings @sonoro1234! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Great work!!
As soon as I discovered implot3d I made cimplot3d to let it use it from C and more relevant for me: to be able to use it from LuaJIT
https://github.com/cimgui/cimplot3d
https://github.com/sonoro1234/LuaJIT-ImGui
I have not been able to find where: GPU-accelerated rendering.
by the way:
There is a warning about double to float conversion but only appears with MSVC which is more verbose than gcc
Beta Was this translation helpful? Give feedback.
All reactions