Live data from Hacker News

Ask HN: Learn Graphics Programming, Recommendations?

news.ycombinator.com

1–10 of 17 posts

Re: Ask HN: Learn Graphics Programming, Recommendations?

#3
GPU 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?

#6
I 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

Post reply on HN