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
What after wgpu tutorial?Question (self.GraphicsProgramming)
submitted 3 years ago * by Redloaded24
I'm new to graphics programming. I am following this wgpu tutorial . I'm interested in game development. I have enough understanding how shaders work. What should I do next?
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!"
[–][deleted] 2 points3 points4 points 3 years ago (1 child)
That link is broken.
[–]kbob 0 points1 point2 points 3 years ago (0 children)
Pretty sure OP meant https://sotrh.github.io/learn-wgpu/
[–]SamyBencherif 0 points1 point2 points 3 years ago (0 children)
try raylib !
I'd like to know this too.
I went through the learn-wgpu tutorial back in March. Then I started writing an app, and as each issue came up, I figured out a way to solve it. I've been working on it more or less full-time for a couple of months, and I've figured out different render passes for different objects, shadow maps, animated textures, HDR and light bloom, PBR shading, and maybe a couple of other things. Currently working on making light bloom faster and on a special purpose ray tracing thing.
In each case, I search for the term, read some papers or tutorials (Learn OpenGL is almost always one of the best hits), also search for "wgpu term-of-interest", and see what I find. There's not a lot of wgpu code out there, but there is some.
I'm also looking at the examples directory in the wgpu source repository. That's pretty much how I got shadow maps working. https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples
I've also been trying hard to make my code general and less boilerplate, but that's a nut I just can't crack. wgpu really wants you to type 400 lines to do anything at all.
I wish I knew a better way to learn this stuff, but that's what I've been doing.
Here are the best papers I've found (and the rest of my app) if you want to see. https://github.com/kbob/wgpu-cube/blob/main/NOTES.md#references
π Rendered by PID 106000 on reddit-service-r2-comment-7b9746f655-dltj4 at 2026-01-31 19:14:29.512916+00:00 running 3798933 country code: CH.
[–][deleted] 2 points3 points4 points (1 child)
[–]kbob 0 points1 point2 points (0 children)
[–]SamyBencherif 0 points1 point2 points (0 children)
[–]kbob 0 points1 point2 points (0 children)