From aa797b52714b6f1ac04cf20d85ce75c10ea0339b Mon Sep 17 00:00:00 2001 From: Terkel Gjervig Date: Sun, 23 Jul 2017 18:28:49 -0700 Subject: [PATCH] New book added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 369ccf6..10c549e 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Creative coding is a different discipline than programming systems in which the - [Real-Time Rendering](https://www.amazon.com/Real-Time-Rendering-Third-Tomas-Akenine-Moller/dp/1568814240) - Learn how to use modern techniques to generate synthetic three-dimensional images in a fraction of a second. - [Graphics Shaders: Theory and Practice](https://www.amazon.com/Graphics-Shaders-Theory-Practice-Second/dp/1568814348/) - Introduction to shader programming in general, but focusing on the GLSL shading language. - [Anton's OpenGL 4 Tutorials](https://www.amazon.com/gp/product/B00LAMQYF2/) - Practical guide to starting 3d programming with OpenGL. +- [Physics for JavaScript Games, Animation, and Simulations](http://www.apress.com/us/book/9781430263371) - Teaches JavaScript programmers how to incorporate real physics into their HTML5 games, animations, and simulations. ## Online Books