From 153fed15ac36d402dae362be22b34abf69a79a24 Mon Sep 17 00:00:00 2001 From: Terkel Gjervig Date: Thu, 12 Jul 2018 18:01:17 +0200 Subject: [PATCH] added bezier curves book --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 06f4449..c9588ce 100644 --- a/readme.md +++ b/readme.md @@ -85,6 +85,7 @@ Creative coding is a different discipline than programming systems. The goal is - [Graphics Programming Projects](http://graphicscodex.com/projects/projects/index.html) - Book about 3D computational graphics by Morgan McGuire. - [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. ## Courses