ebachard
ebachard
Hello, I got it building and working on Linux, using OpenGL 3.2 and 3.3 (no 4.x yet, sorry), cmake 3.5.1 + libGLEW + libGL + lbglfw3. The attached patch (under...
Is there something wrong with the patch ?
Hi Scott, Just in case you are interested, I simplified your imgui_tabs and added a new theme, to stick with ImGui color styles. The whole changes are in this PR....
Thanks a lot for sharing your code, mainly for the gui part, and the Core code organization, extremely interesting ! I'm mostly using Linux, and work at something completely different,...
Ok ... I got it working on Linux (Intel x86_64 for the moment), but I don't have the time to commit anything, and I'd prefer test in private first. Is...
More simple => I finaly forked your tree, and you can test directly.
You're welcome :-) As I wrote, I learned a lot reading your code. Feel free to integrate what you want from the fork I created (see : https://github.com/ebachard/Kiwi8 ). In...
@sonoro1234 FYI, I implemented something like you described. Just in case someone is interested. https://framagit.org/ericb/miniDart/-/blob/master/Sources/src/3rdparty/imgui_custom/imgui_fade_in_out.cpp https://framagit.org/ericb/miniDart/-/blob/master/Sources/src/3rdparty/imgui_custom/imgui_fade_in_out.hpp
I forgot : I have added "heartbeat effect" too (e.g.for buttons). It was a must in Mac OS X at the beginning :-)
Ok, this gif is far better than the previous one. Most of the issues are imho fixed, and it works very well.  I did all the tests in the...