From e5f1fabbd5e23a5566cde8e60529503a4122d314 Mon Sep 17 00:00:00 2001 From: roziunicorn <43975706+roziunicorn@users.noreply.github.com> Date: Thu, 25 Apr 2019 21:19:02 +0200 Subject: [PATCH] Added Math for Programmers (#79) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a0b6bf4..58b3461 100644 --- a/readme.md +++ b/readme.md @@ -70,6 +70,7 @@ Creative coding is a different discipline than programming systems. The goal is - [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. +- [Math for Programmers](https://www.manning.com/books/math-for-programmers) - Book teaches you to solve mathematical problems in code. ## Online Books