this post was submitted on 15 Jul 2025
200 points (95.0% liked)
Programmer Humor
25009 readers
1528 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I pretty much did this at my first coding job lol I was building an online menu that you flip through with the keys lol
I did his "optimized" shading trick for a game my friends and I built for a coding project in school.
Because the project was due in three hours and we realized that we didn't have any menus. So it was a matter of getting anything functional as menus(stage selection, button mapping, main menu.)
So the game itself capped at 60fps on the potato school computers, but the static menus only got 20fps.