5 ms·
Looking at the leaked GTA VI videos and seeing ImGui being used by Rockstar internally is pretty neat how even a multi-billion dollar studio will use the same o
by Ralo 3y ago
Looking at the leaked GTA VI videos and seeing ImGui being used by Rockstar internally is pretty neat how even a multi-billion dollar studio will use the same open source project we all use.
- danhau 3y agoReminds me of that „A PROJECT SOME RANDOM PERSON IN NEBRASKA HAS BEEN THANKLESSLY MAINTAINING SINCE 2003 image.“ Sorry for caps (transcribed from image).
- KomoD 3y agohttps://xkcd.com/2347/ https://xkcd.com/2347/
- shrubble 3y agoAlternatively, the "runk" tool https://www.reddit.com/r/ProgrammerHumor/comments/umg9ps/runk/ https://www.reddit.com/r/ProgrammerHumor/comments/umg9ps/run...
- notpushkin 3y ago> Sorry for the caps You can use tr to quickly convert it to lowercase: pbpaste | tr '[:upper:]' '[:lower:]' (Though I usually paste text in VSCodium and convert it there.)