Welcome to the September 2024 monthly newsletter!

UntitledDesktop

UntitledImGuiFramework 0.9.8.0

The 0.9.8.0 release of the UntitledImGuiFramework will feature fully finished Vulkan and WebGPU renderers as well as improved plugin support and additional C APIs for libraries related to dear imgui.

UntitledImGuiTextUtils 1.5.0.0

The 1.5.0.0 release of the UntitledImGuiTextUtils library adds a number of improvements, including a C API, va_list specialisations of variadic functions and more.

Cleaning up all codebases

Due to a lot of our code being coupled with legacy constructs from the UntitledVulkanGameEngine, some large parts of our code has had some legacy naming remaining. In preparation for UntitledImGuiFramework 0.9.8.0 we decided to clean up these references and make the code more modern.

cimgui_extra 1.0

As part of the 0.9.8.0 release of the UntitledImGuiFramework, we have implemented C APIs for 2 popular GUI modules:

  1. imgui_toggles
  2. imgui-knobs

They're both part of a library we developed called cimgui_extra.