Aiekick

Results 44 comments of Aiekick

Hello, Thank you yes, at the moment the blend mode has a big problem, it also crashes on my end every other time. and when it succeeds, there is a...

what is the relation with this post ?

i see your last comment but i always dont know the relation with this post. because this stuff is not related ti ImGuiFontStudio its more like an advertising :) ?...

you have this one too https://galloscript.itch.io/texgraph/devlog/113538/texgraph-040-performance-update but i prefer Imogen

cross chains links * https://channel9.msdn.com/Events/Visual-Studio/Connect-event-2014/311 * https://github.com/tpoechtrager/osxcross * https://www.reddit.com/r/rust/comments/6rxoty/tutorial_cross_compiling_from_linux_for_osx/

freetype : ok glslang : ok glfw : ok openssl build x64 / x86 : https://stackoverflow.com/a/25531033 openssl : ok libcurl : ok SoGLSL Fail for the moment : * C++14...

Hello, the issue i have as i know about macos is just related to github actions. i not found a proper way for it. if imgui is working and even...

Hello, im working on a rewrite of filtering / coloring / styling for using advanced regex filtering. maybe this will solve your issues :)

Just for fun. see my WIP ToolBar :) ![TBApp_WIn32_gaiNxqKF9N](https://github.com/ocornut/imgui/assets/1434736/d917e662-0a1f-4965-a0c0-3b2e0d3e98f0) for the moment the syntax is in ImGui style : ```cpp if (ImGui::BeginToolBar()) { if (ImGui::BeginToolBarItem()) { if (ImGui::ButtonImage((ImTextureID)tex, "label")) {...