Home  »  News   »   Bloat Free C++ GUI Dear imgui 1.49 Released

Bloat Free C++ GUI Dear imgui 1.49 Released

Dear imgui 1.49 has been released. This release comes with a host of updates comprising primarily of bug fixes, feature and API improvements.

dear imgui or simply known as ImGui is a free and open source bloat-free graphical user interface library for C++. It works fast, is portable and renderer agnostic. This renderer also requires no external dependencies.

Highlights of the new dear imgui 1.49

First off there is a whole array of new functions and flags added to the API. Some of the existing functions have gotten some changes and performance improvements alike. Dependencies on d3dx9.h, d3dx9.lib, dxguid.lib have been removed in favor of use of DirectXMath.h only environments.

On Apple iOS the xcode project deployment target is now 10.11. Other changes include renaming of certain functions to correct discrepancies leading to confusion and consistency issues. The Title bar using ImGuiCol_TitleBg/ImGuiCol_TitleBgActive colors isn’t rendered over a window background anymore and may pose some issues so it is something to look out for.

You can see the whole list of changes in more details here. You can then download the imgui 1.49 source code for free here.

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.

Available under:
News