A case for learning GPU programming with a compute-first mindset – Maister's Graphics Adventures
This is a place where I post random topics I find interesting in low-level graphics and engine programming. My contracting business Beginners coming into our little corner of the programming world have it rough. Normal CPU-centric programming tends to start out with a “Hello World” sample, which can be completed in mere minutes. It takes far longer to simply download the toolchains and set them up. If you’re on a developer friendly OS, this can be completed in seconds as well. However, in the graphics world, young whippersnappers cut their teeth at rendering the elusive “Hello Triangle” to demonstrate that yes, we can indeed do what our forebears accomplished 40 years ago, except with 20x the effort and 100000x the performance. There’s no shortage of examples of beginners rendering a simple triangle (or a cube), and with the new APIs having completely displaced the oxygen of older APIs, there is a certain expectation of ridiculous complexity and raw grit required to tickle some pixels
Beginners coming into our little corner of the programming world have it rough. Normal CPU-centric programming tends to start out with a “Hello World” sample, which can be completed in mere minutes. It takes far longer to simply download the toolchains and set them up. If you’re on a developer friendly OS, this can be completed in seconds as well. However, in the graphics world, young whippersnappers cut their teeth at rendering the elusive “Hello Triangle” to demonstrate that yes, we can indeed do what our forebears accomplished 40 years ago, except with 20x the effort and 100000x the…
saved by
related reading
- Implementing a GPU's Programming Model on a CPUlitherum.blogspot.com
- README | GPU Glossarymodal.com
- Teaching GPU programming in p5.js: now with compute shaders - Dave Pagurekdavepagurek.com
- General-purpose computing on graphics processing units - Wikipediaen.wikipedia.org
- The Case for Use.GPU — Acko.netacko.net
- CUDA C++ Programming Guide (Legacy) — CUDA C++ Programming Guidedocs.nvidia.com
- Hello World! | Fragment Foundryhughsk.io
- What To Learn To Be A Real Time Graphics Programmerblog.demofox.org
- GitHub - adam-maj/tiny-gpu: A minimal GPU design in Verilog to learn how GPUs work from the ground up · GitHubgithub.com
- CUDA Programming Guide — CUDA Programming Guidedocs.nvidia.com
- Gentle introduction to GPUs inner workings | vkSegfaultvksegfault.github.io
- The Best GPUs for Deep Learning in 2023 — An In-depth Analysistimdettmers.com