1
0
mirror of https://github.com/terkelg/awesome-creative-coding.git synced 2025-09-02 21:42:33 +02:00

Added Math for Programmers (#79)

This commit is contained in:
roziunicorn
2019-04-25 21:19:02 +02:00
committed by Terkel
parent 42381dd7dd
commit e5f1fabbd5

View File

@@ -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