-
Notifications
You must be signed in to change notification settings - Fork 320
Is this project abandoned? #237
New issue
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
Comments
it's a bit behind i.e. not using ImGui 1.81 but it's not abandoned. |
That's good to hear. I tried but could not get it to work, cimgui build and generation went fine(i think), but had issues with the generated c# I have no clue how to fix. Since I would be starting a new project tables would be nice to have from the start instead of dealing with the deprecated columns. Will keep an eye on this, but guess I'd be better of going another route for now. |
You might want to follow/observe the discussion here: There is a branch with a (semi-)recent imgui 1.80 Version + ImPlot waiting for a merge. |
Thank you for the tip @sneusse, ImPlot would be a very nice thing to have as well. |
@bob382 yeah sorry, you're right. I remembered that wrong. I tried to update the implot branch to 1.80 myself but couldn't quite get it done. 😊 I did't quite get the transformation of the .json files from the cimgui repo (https://github.com/cimgui/cimgui/tree/master/generator/output) I ended up using the https://github.com/sonoro1234/LuaJIT-ImGui with a KeraLua+NLua Bridge (not sooo happy with that but it works) |
@sneusse I am surprised because KeraLua+NLua does not seem to support LuaJIT and LuaJIT-ImGui is dependant on LuaJIT ffi. |
Yeah I used this branch to start: https://github.com/fastcoding/NLua + https://github.com/fastcoding/KeraLua I'd like to build a new LuaJIT-only-dotnet-bridge which represents the .NET object as luajit cdata so it could possible be serialized and shared across .NET threads. But as I'm at a very early stage I'll use the one above for now. (Goal would be something like this but with .NET as the backend: https://github.com/effil/effil) @sonoro1234: awesome work on your wrapper/SDL bindings! To clear any possible misunderstandings: I'm not happy with KeraLua+NLua but very happy with LuaJIT-ImGui :D This will replace all my winforms/wpf torments and make building little UIs for my .NET apps fun again! |
@sneusse Thanks for trying :) I would love to use this instead of wpf/winforms as well, seems like a solid replacement for my use. |
@sneusse #218 was updated to ImGui 1.82 and recent ImPlot. Recent native libraries can be found in the AppVeyor build artifacts of ImGuiNET/ImGui.NET-nativebuild#3. |
The project is not abandoned by any means. We're now back in sync with imgui v1.82, and @TillAlex has contributed some awesome new bindings for other cimgui-based projects. |
Any chance that the nuget version will also get bumped up? |
Just found this and it looks really neat, so I would like to try it out.
However, I saw that the last time ocornut/imgui was pulled was half a year ago, so it's missing tables among other things.
Is this project abandoned?
The text was updated successfully, but these errors were encountered: