Can you recommend good resources? Books work best for me but I’m open to anything. The more practical the better.
Ask HN: Learn Graphics Programming, Recommendations?
1–10 of 17 posts
Essentially the title. I wanted to explore something different to what I’m doing on a daily basis.
Re: Ask HN: Learn Graphics Programming, Recommendations?
#2Ray Tracing in One Weekend: https://raytracing.github.io/
Re: Ask HN: Learn Graphics Programming, Recommendations?
#3GPU Gems https://github.com/yyc-git/MyData/blob/master/3d/GPU%20Gems/...
https://www.nvidia.com/en-us/drivers/gpu-gems-home/
Free Computer Books https://freecomputerbooks.com/
Other free book sites https://freecomputerbooks.com/otherBooks.html
Some computer & Machine Learning Free Books Creative Commons License
Graphics Gems Series Use ayour favorite search engine https://www.intechopen.com/
Re: Ask HN: Learn Graphics Programming, Recommendations?
#4I made earth globe for something I was building on the web. You can get good map points and you can (should) use three.js Very satisfying to see it spin and tilt. Fun.
Re: Ask HN: Learn Graphics Programming, Recommendations?
#5i think these days one of the quickest ways to ramp up is to subscribe to Chat GPT 4 and ask it "please help me write a graphics program to draw a cube", or some other simple example, then ask it to explain each piece of code and what it is doing.
Re: Ask HN: Learn Graphics Programming, Recommendations?
#6I was just thinking along these same lines and found myself considering using raylib (building on SDL2) for a small/fun side project.
It has bindings for Zig so that might be a good combo, having used neither :-) The list of language bindings is impressive[0].
[0] https://github.com/raysan5/raylib/blob/master/BINDINGS.md
Re: Ask HN: Learn Graphics Programming, Recommendations?
#7There was a similar post a week or two back, and many of the responses mentioned scratchapixel [0]. It seems like a solid recommendation, and I got lost in a couple of the links.
Re: Ask HN: Learn Graphics Programming, Recommendations?
#8Processing.org
Re: Ask HN: Learn Graphics Programming, Recommendations?
#9Here's a free book:
https://www.gabrielgambetta.com/computer-graphics-from-scrat...
Re: Ask HN: Learn Graphics Programming, Recommendations?
#101000% Shadertoy.com
The book of shaders or youtube tutorials about shadertoy