Hacker News new | ask | show | jobs
by kevingadd 828 days ago
Sometimes it's really obvious combinations of basic techniques.

And sometimes a graphics programmer does a handful of vector products or matrix operations and produces something that makes you go 'how the hell did you think of that?' when you look at it. Any time I see a sufficiently amazing shadertoy the odds are decent that the actual code for it is way simpler than I expect but still nothing I could've come up with.

1 comments

The creator of shadertoy has a stream of him making a jumping animated character with nothing but glsl and sdfs.

I watched his entire process twice, have made sdf animations myself (nothing nearly as good) and it’s still all black magic.