From 3d31ebd1745851d5ec2442d0ee5e0eb985acaffb Mon Sep 17 00:00:00 2001 From: notpresident35 Date: Thu, 7 Dec 2023 02:01:32 +0000 Subject: [PATCH] Add 'How do I become a graphics programmer?' article --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ec1c13..a712171 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,9 @@ More huge lists of resources, with many, many more incredible things! Some of th [Graphics](https://guerilla-tactics.com/hats/graphics/) 💠🟪 - A Megalist of Graphics Programming and Tech Art resources. +[How do I become a graphics programmer?](https://gpuopen.com/learn/how_do_you_become_a_graphics_programmer/) 💠🟪 - An overview of graphics programming and a collection of resources tailored to beginners learning graphics programming. + + [GPU Gems](https://developer.nvidia.com/gpugems/gpugems/contributors) - Three (3) free books by Nvidia about GPU programming and architecture.