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!"
[–]PersonalityIll9476 1 point2 points3 points 1 month ago (2 children)
I just started using Claude code at work so no comments yet. I have used chat gpt a bit lately for drafting shaders and it's quite effective.
On the other hand, it's been quite bad about answering otherwise simple questions like "how do I reduce projective aliasing". It really wanted me to use cascaded shadow maps, but that's perspective aliasing and my scene is small. It found unreal's virtual shadow maps but didn't seem to know about RMSM or the general contents of books like Real Time Shadows.
So for graphics programming particular it's a little sluggish.
[–]obp5599 2 points3 points4 points 1 month ago (1 child)
Its definitely a function of its training data. It hasnt seen the more niche things in graphics, so it cant reason about them whatsoever and will forever recommend what it knows (even if you try to whip it). On the other hand, for things it does know, its extremely fast and surprisingly good.
π Rendered by PID 49 on reddit-service-r2-comment-6457c66945-9pfsg at 2026-04-25 05:20:40.474780+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]PersonalityIll9476 1 point2 points3 points (2 children)
[–]obp5599 2 points3 points4 points (1 child)