Update README.md

This commit is contained in:
Terkel
2017-01-10 21:36:25 -08:00
committed by GitHub
parent 6c984939f0
commit b5d5097d13

View File

@@ -28,6 +28,7 @@ This is primarly material and resources for beginners, if you're a rock-start ch
- [Foundation HTML5 Animation with JavaScript](http://www.apress.com/us/book/9781430236658) - Everything you need to know to create animation using the HTML5 canvas. - [Foundation HTML5 Animation with JavaScript](http://www.apress.com/us/book/9781430236658) - Everything you need to know to create animation using the HTML5 canvas.
- [Playing with chaos](http://www.playingwithchaos.net/) - Programming Fractals and Strange Attractors in JavaScript. - [Playing with chaos](http://www.playingwithchaos.net/) - Programming Fractals and Strange Attractors in JavaScript.
- [Ray Tracing in One Weekend](https://www.amazon.com/Ray-Tracing-Weekend-Minibooks-Book-ebook/dp/B01B5AODD8/) - Mini book about Ray Tracing. - [Ray Tracing in One Weekend](https://www.amazon.com/Ray-Tracing-Weekend-Minibooks-Book-ebook/dp/B01B5AODD8/) - Mini book about Ray Tracing.
- [Learn OpenGL](https://learnopengl.com/) - Extensive tutorial resource for learning Modern OpenGL.
## Subreddits ## Subreddits
- [r/creativecoding](https://www.reddit.com/r/creativecoding/) - Sharing and discussing the use of computer programming as a creative discipline. - [r/creativecoding](https://www.reddit.com/r/creativecoding/) - Sharing and discussing the use of computer programming as a creative discipline.
@@ -117,6 +118,7 @@ This is primarly material and resources for beginners, if you're a rock-start ch
- [Learning Maths again](https://github.com/silviopaganini/maths) - Collection of JS and GLSL math snippets. - [Learning Maths again](https://github.com/silviopaganini/maths) - Collection of JS and GLSL math snippets.
- [Eases](https://github.com/mattdesl/eases) - A grab-bag of modular easing equations. - [Eases](https://github.com/mattdesl/eases) - A grab-bag of modular easing equations.
- [Math for Motion](https://soulwire.co.uk/math-for-motion/) - Visualization of different motion equations. - [Math for Motion](https://soulwire.co.uk/math-for-motion/) - Visualization of different motion equations.
- [Matrix Multiplication](http://matrixmultiplication.xyz) - Matrix multiplication visualized.
## Inspiration ## Inspiration