Learn computer graphics from scratch and for free
11–20 of 40 posts
Re: Learn computer graphics from scratch and for free
#12One of my goals this year is to write a basic software 3D renderer from first principles. No game engine, no GPU. I'm looking forward to it.
Re: Learn computer graphics from scratch and for free
#13One of my goals this year is to write a basic software 3D renderer from first principles. No game engine, no GPU. I'm looking forward to it.
Re: Learn computer graphics from scratch and for free
#14One of my goals this year is to write a basic software 3D renderer from first principles. No game engine, no GPU. I'm looking forward to it.
Re: Learn computer graphics from scratch and for free
#15Re: Learn computer graphics from scratch and for free
#16Graphics have been a blind spot for me for pretty much my entire career. I more or less failed upward into where I am now (which ended up being a lot of data and distributed stuff). I do enjoy doing what I do and I think I'm reasonably good at it so it's hardly a "bad" thing, but I (like I think a lot of people here) got into programming because I wanted to make games. Outside of playing with OpenGL as a teenager to…
Try WebGL or better, WebGPU. It's so much easier and all the concepts you learn are applicable to other APIs. https://webgpufundamentals.org or https://webgl2fundamentals.org I'd choose webgpu over webgl2 as it more closely resembles current mondern graphics APIs like Metal, DirectX12, Vulkan.
Re: Learn computer graphics from scratch and for free
#17Re: Learn computer graphics from scratch and for free
#18I really enjoy the website content and appreciate the hard work to create it. Also, thank you to the author for taking action on the HN feedback last year about the AI thumbnails that used to be all over this site. [0] [0] https://news.ycombinator.com/item?id=40622209
Re: Learn computer graphics from scratch and for free
#19One of my goals this year is to write a basic software 3D renderer from first principles. No game engine, no GPU. I'm looking forward to it.
One Formula That Demystifies 3D Graphics
Re: Learn computer graphics from scratch and for free
#20Graphics have been a blind spot for me for pretty much my entire career. I more or less failed upward into where I am now (which ended up being a lot of data and distributed stuff). I do enjoy doing what I do and I think I'm reasonably good at it so it's hardly a "bad" thing, but I (like I think a lot of people here) got into programming because I wanted to make games. Outside of playing with OpenGL as a teenager to…