From 8ab3f4dcfc096bd1b3251a2c45f8174cebb2f421 Mon Sep 17 00:00:00 2001 From: Terkel Date: Fri, 21 Dec 2018 11:31:29 +0100 Subject: [PATCH] Added gamma correction link --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 32f8990..7e37df1 100644 --- a/readme.md +++ b/readme.md @@ -302,6 +302,7 @@ Creative coding is a different discipline than programming systems. The goal is - [Three.js Basics](http://www.realtimerendering.com/basics3js/#1) - Introduction to Three.js by Eric Haines. - [An Interactive Introduction to WebGL and three.js](https://www.cs.unm.edu/~angel/SIGGRAPH17/COURSE/s17_final.pdf) - Slides from the SIGGRAPH 2017 WebGL workshop. - [How to Start Learning Computer Graphics Programming](https://erkaman.github.io/posts/beginner_computer_graphics.html) - Advice and thoughts on how to get started by Eric Arnebäck. +- [What Every Coder Should Know About Gamma](http://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma/) - Deep dive into the importance of gamma. #### Canvas @@ -532,4 +533,4 @@ Creative coding is a different discipline than programming systems. The goal is [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, [Terkel Gjervig](http://terkel.com) has waived all copyright and related or neighboring rights to this work. \ No newline at end of file +To the extent possible under law, [Terkel Gjervig](http://terkel.com) has waived all copyright and related or neighboring rights to this work.