this post was submitted on 10 Jul 2025
953 points (99.8% liked)

Programmer Humor

24993 readers
1809 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 4 days ago* (last edited 4 days ago) (5 children)

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.

[โ€“] [email protected] 9 points 4 days ago

Unrelated but there is microui, a 1100 loc library in ansi C for a basic UI.

https://github.com/rxi/microui

load more comments (4 replies)