Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 21 hours agoAI cannot replace humans spiteful spiritlemmy.zipimagemessage-square92fedilinkarrow-up1829arrow-down12
arrow-up1827arrow-down1imageAI cannot replace humans spiteful spiritlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 21 hours agomessage-square92fedilink
minus-squareBlackmist@feddit.uklinkfedilinkEnglisharrow-up9·edit-218 hours agoThere used to be a UI library on the Amiga called MUI. It used a bunch of C macros to let you define the window and all the controls. Was honestly pretty good considering it was like 30 years ago.
minus-squareRheumatoidArthritis@mander.xyzlinkfedilinkarrow-up2·1 hour agoIt was a pleasure to work with!
minus-squareZenoctate@lemmy.worldlinkfedilinkarrow-up2·edit-210 hours agoThere is another called ImGui which is also cool! Written in C++. https://github.com/ocornut/imgui
minus-squaregens@programming.devlinkfedilinkarrow-up9·18 hours agoUnrelated but there is microui, a 1100 loc library in ansi C for a basic UI. https://github.com/rxi/microui
There used to be a UI library on the Amiga called MUI.
It used a bunch of C macros to let you define the window and all the controls. Was honestly pretty good considering it was like 30 years ago.
It was a pleasure to work with!
There is another called ImGui which is also cool! Written in C++.
https://github.com/ocornut/imgui
Unrelated but there is microui, a 1100 loc library in ansi C for a basic UI.
https://github.com/rxi/microui