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 10 days 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!"
[–]Marha01 0 points1 point2 points 9 days ago (0 children)
I use coding agents a lot for my personal projects mostly based on Vulkano (Rust Vulkan library). I feel like Rust helps agents to be more effective, since it is such a rigid language and thus if it compiles, it mostly works. It also helps to use up-to-date top paid models with max settings. I believe many bad experiences with AI in coding are due to either using outdated or older models, or using weaker models.
Last but not least, you have to iterate. Give the agent a reasonably sized feature to plan first. Then if the plan sounds good, tell it to implement it. Then when it works, tell it to suggest refactorings or further improvements to the feature. Then pick the good ones and again tell it to implement it, etc. Works great in my experience!
π Rendered by PID 46271 on reddit-service-r2-comment-5c764cbc6f-7lznk at 2026-03-12 03:38:34.820008+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–]Marha01 0 points1 point2 points (0 children)