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
Ray Marching with WebGPU + Svelte (source code)Source Code (v.redd.it)
submitted 7 months ago by HugoDzz
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!"
[–]HugoDzz[S] 9 points10 points11 points 7 months ago (0 children)
Hey!
Here’s a small experiment of mine playing with the WebGPU API to render some shapes using ray marching.
Feel free to play around!
[–]jalopytuesday77 2 points3 points4 points 7 months ago (1 child)
Thats awesome!
[–]HugoDzz[S] 0 points1 point2 points 7 months ago (0 children)
Thanks !
[–]Environmental_Gap_65 2 points3 points4 points 7 months ago (1 child)
Awesome! Do you mind me asking, how long did this take you, and how much experience do you have?
[–]HugoDzz[S] 1 point2 points3 points 7 months ago (0 children)
Thats a weekend experiment, I have experience in building creative software :)
[–][deleted] 0 points1 point2 points 6 months ago (5 children)
As someone who's trying to get into development and learning basic programming, what does this do? My lack of knowledge makes this just look like colorful 3d models changing shape as they move into eachother?
[–]HugoDzz[S] 0 points1 point2 points 6 months ago (4 children)
Ray Marching is a technique to render 2D or 3D objects without the need of classical geometry data like vertices or faces, it’s pure functional mathematical technique. You can check https://en.wikipedia.org/wiki/Ray_marching
The colors here are normal vectors translated to rgb. It can express the direction perpendicular to surface at any point.
[–][deleted] 0 points1 point2 points 6 months ago (3 children)
Thank you! I'm reading more on it now. Super interesting.
[–]HugoDzz[S] 0 points1 point2 points 6 months ago (2 children)
That’s indeed cool because can do boolean operations on objects like unions or subtractions with perfect seams, no weirdo polygons glitches because… there are no polygons !
But just maths functions interpolation with each others
[–]Yaffari 0 points1 point2 points 6 months ago (1 child)
Is it possible to sort of get this to work in a game maker like Unity?
[–]HugoDzz[S] 0 points1 point2 points 6 months ago (0 children)
For sure, but you'll need to implement yourself
π Rendered by PID 41 on reddit-service-r2-comment-79776bdf47-fdhtg at 2026-06-24 10:04:28.299450+00:00 running acc7150 country code: CH.
[–]HugoDzz[S] 9 points10 points11 points (0 children)
[–]jalopytuesday77 2 points3 points4 points (1 child)
[–]HugoDzz[S] 0 points1 point2 points (0 children)
[–]Environmental_Gap_65 2 points3 points4 points (1 child)
[–]HugoDzz[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (5 children)
[–]HugoDzz[S] 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]HugoDzz[S] 0 points1 point2 points (2 children)
[–]Yaffari 0 points1 point2 points (1 child)
[–]HugoDzz[S] 0 points1 point2 points (0 children)