Welcome to the June 2025 edition of the monthly newsletter.

UntitledDesktop

UntitledImGuiFramework

Releases 1.1 and 1.2 of the UntitledImGuiFramework will be made available by the end of the month. Release 1.3 might also start this month.

The goals for 1.2 are to:

  1. Completely rework or remove titlebar components
  2. Create an adapter that allows applications to be able to render the same title bar with dear imgui or with the native OS menu API. This is extremely important for macOS

The goals for 1.3 are to:

  1. Move to the SDL3 branch of the dear imgui fork
  2. Move the renderers to use SDL3 surfaces
  3. Redesign the window interface to use SDL3
  4. Add additional build options for SDL3 in the build system
  5. Completely move to SDL3
  6. Apply SDL3 improvements(DPI scaling, copy-paste in WASM, etc)
  7. Optional: Try to add Wayland support for missing platform functions or move platform functions to SDL3 if supported there
  8. Document the entire move to SDL3

UImGuiBgfx

The UImGuiBgfx project is a new example that showcases the abilities of the new pluggable renderer interface using the popular bgfx renderer library

pkggen

We might also start the development of pkggen this month too.