1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-03 14:02:32 +02:00

Adds 3D Game Shaders For Beginners (#106)

This commit is contained in:
Lettier
2020-02-07 20:30:56 -05:00
committed by GitHub
parent 6a00f86147
commit e3c00253ae

View File

@@ -89,6 +89,7 @@ Creative coding is a different discipline than programming systems. The goal is
- [On Generative Algorithms](http://inconvergent.net/generative/) - Notes about generating various organic patterns, with examples and Python code, by Anders Hoff.
- [Computer Graphics from Scratch](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) - A raytracing and rasterization textbook that teaches you how OpenGL and DirectX works.
- [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/) - A free book for when you really need to know how to do Bézier things.
- [3D Game Shaders For Beginners](https://lettier.github.io/3d-game-shaders-for-beginners) - Step-by-step guide to real-time shading techniques.
## Courses