From 8f43f7e7f6937c63aa35555665af6771787e44ef Mon Sep 17 00:00:00 2001 From: Terkel Date: Tue, 20 Mar 2018 20:26:56 -0700 Subject: [PATCH] Add Newcastle University link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446620c..0fbe42c 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ Creative coding is a different discipline than programming systems. The goal is - [OpenGL/GLSL Shader Programing](http://web.cse.ohio-state.edu/~wang.3602/courses/cse5542-2013-spring/13-GLSL.pdf) - Deck on OpenGL/GLSL shader programing. - [Particles in a Simplex Noise Flow Field](https://codepen.io/DonKarlssonSan/post/particles-in-simplex-noise-flow-field) - Perlin noise flow field tutorial. - [Flow Fields, Part 1](https://www.bit-101.com/blog/2017/10/23/flow-fields-part-i/) [Part 2](https://www.bit-101.com/blog/2017/10/28/flow-fields-part-ii/) - Introduction to flow fields also known as vector fields. +- [Graphics for Games](https://research.ncl.ac.uk/game/mastersdegree/graphicsforgames/) - Introduction to 3D graphics programming including shaders, math post-processing etc. from Newcastle University. #### Canvas