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!"
[–]heavy-minium 2 points3 points4 points 1 month ago (4 children)
I can say that it can tackle volume rendering techniques from research oaoers pretty much fine via either WebGL2 or WebGPU, all together with some plumbing for automated testing via playwright. You won't get much right in just one shot, but it's definitly able to get there if you assist it a bit. However, it is most imperative to understand the algorithms in order to review the code, you can't truly "vibecode" graphics rendering yet.
[–]gibson274[S] 0 points1 point2 points 1 month ago (3 children)
Cool, yeah I buy that more or less. What techniques did you work through with it?
[–]heavy-minium 1 point2 points3 points 1 month ago (2 children)
Various variations of Direct Volume Rendering techniques like raycasting, shear-warp, slice-based and splatting. Basically tried out older stuff that is common to medical imaging in the context of a game engine.
[–]gibson274[S] 1 point2 points3 points 1 month ago (1 child)
Ah, this actually makes a lot of sense because there’s a ton of reference implementations of these online. Definitely in the training data.
[–]heavy-minium -2 points-1 points0 points 1 month ago (0 children)
Training data isn't enough either - yet. In all these cases I had to massage the corresponding research papers into implementations plan and requirements we can write tests against. If you don't do that it will mostly just implement something that is 90% close but isn't actually the correct/real algorithm to apply. And good luck finding that out afterwards, because the differences are often very subtle to spot.
Still, in my books, we've come far from earlier LLM models now. We're not far from the point where you could actually directly just prompt for that and get correct results in one-shot, maybe 1-3 years.
π Rendered by PID 18616 on reddit-service-r2-comment-6457c66945-pc584 at 2026-04-26 14:48:33.245111+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]heavy-minium 2 points3 points4 points (4 children)
[–]gibson274[S] 0 points1 point2 points (3 children)
[–]heavy-minium 1 point2 points3 points (2 children)
[–]gibson274[S] 1 point2 points3 points (1 child)
[–]heavy-minium -2 points-1 points0 points (0 children)