Daily Shaarli

All links of one day in a single page.

July 1, 2024

Writing GUI apps for Windows is painful - Samuel Tulach

It has some disadvantages, mainly when trying to design complex UIs and that it’s not a retained mode UI but rather an immediate mode UI, so we have to run a GPU renderer like DirectX to render 60 or more frames per second just for the UI.