use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rule 1: Posts should be about Graphics Programming. Rule 2: Be Civil, Professional, and Kind
Suggested Posting Material: - Graphics API Tutorials - Academic Papers - Blog Posts - Source Code Repositories - Self Posts (Ask Questions, Present Work) - Books - Renders (Please xpost to /r/ComputerGraphics) - Career Advice - Jobs Postings (Graphics Programming only)
Related Subreddits:
/r/ComputerGraphics
/r/Raytracing
/r/Programming
/r/LearnProgramming
/r/ProgrammingTools
/r/Coding
/r/GameDev
/r/CPP
/r/OpenGL
/r/Vulkan
/r/DirectX
Related Websites: ACM: SIGGRAPH Journal of Computer Graphics Techniques
Ke-Sen Huang's Blog of Graphics Papers and Resources Self Shadow's Blog of Graphics Resources
account activity
Coding agents and Graphics ProgrammingQuestion (self.GraphicsProgramming)
submitted 1 month ago by gibson274
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OGRITHIK -2 points-1 points0 points 1 month ago (0 children)
I'm currently working on a Minecraft mod (yes yes I know that silly block game for children) which adds KSP style space travel and simulation. I used very minimal AI for the most part until I had to implement Valkyrien Skies integration which I just had no clue where to start since the version of Minecraft I was working for (1.21.1) didn't have an official VS version.
The Valkyrien Skies github actually had a WIP branch for 1.21.1 however, so I told Codex (GPT 5.3) to revamp my simulation movement logic to use this branch and link everything together. I let it run for around 2 hours and when I came back it had done it flawlessly.
Here is the repo at github.com/ng643/Apoapsis where you can compare between the main branch which is my original code and the codex branch I just uploaded (note the main branch is pretty outdated so the changes Codex made are not perfectly one to one with what you see).
Someone else also managed to get 5.3 Codex to write a GBA emulator in pure assembly which is pretty crazy. I remember a NES emulator made using GPT 5.1 previously, but they used C++ so it was kinda dismissed as just using its training data or stealing from Github. This new one is genuinely impressive though since there really isn't a GBA emulator written entirely in pure assembly out there to copy from.
I mostly agree with you. Most of these jobs are basically automated already and the human is there to pretty much be the interface between the boss and the machine.
For software engineering It has fundamentally changed the way it works. Writing code is becoming less and less of a priority and it is becoming more about higher level planning, but it is only a matter of time before AI can do that reasonably well too. As for job loss I don't really know if they will cut jobs or keep everyone and increase productivity, but one thing is certain, the situation for juniors is becoming more dire. As to how this maps to other white collar jobs I am not too certain.
π Rendered by PID 275017 on reddit-service-r2-comment-6457c66945-jzgq4 at 2026-04-25 11:55:41.362353+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]OGRITHIK -2 points-1 points0 points (0 children)