From feabd8a48abdb6b8028d996adc9bb4fb21f21500 Mon Sep 17 00:00:00 2001 From: Liam <liabru@users.noreply.github.com> Date: Tue, 7 Mar 2017 20:26:28 +0000 Subject: [PATCH] Updated Tutorials (markdown) --- Tutorials.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Tutorials.md b/Tutorials.md index 5b15443..0e456f0 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -1,16 +1,28 @@ > A list of tutorials on using Matter.js - [Getting started](https://github.com/liabru/matter-js/wiki/Getting-started) +- Video tutorials by Daniel Shiffman + - [Introduction to Matter.js](https://www.youtube.com/watch?v=urR596FsU68&feature=youtu.be&list=PLRqwX-V7Uu6akvoNKE4GAxf6ZeBYoJ4uh) + - [Introduction to Matter.js Continued](https://www.youtube.com/watch?v=uITcoKpbQq4&list=PLRqwX-V7Uu6akvoNKE4GAxf6ZeBYoJ4uh&index=21) + - [Matter.js: Deleting Bodies](https://www.youtube.com/watch?v=4HsVCLakjtQ&list=PLRqwX-V7Uu6akvoNKE4GAxf6ZeBYoJ4uh&index=22) + - [Matter.js: Constraints](https://www.youtube.com/watch?v=szztTszPp-8&index=23&list=PLRqwX-V7Uu6akvoNKE4GAxf6ZeBYoJ4uh) + - [Matter.js: Mouse Constraints](https://www.youtube.com/watch?v=W-ou_sVlTWk&list=PLRqwX-V7Uu6akvoNKE4GAxf6ZeBYoJ4uh&index=24) +- Live streams by Daniel Shiffman + - [Physics Engines and Matter.js](https://www.youtube.com/watch?v=YKdvQYk7orE) + - [More Matter.js](https://www.youtube.com/watch?v=BOAMGfGO6Xs) + - [Plinko with Matter.js](https://www.youtube.com/watch?v=Iu3M-X1yRFU) - [Build games with Matter.js](http://www.pressreader.com/australia/net-magazine-the-voice-of-web-design/20140520/282926678418586) by liabru -- [Physics Engines and Matter.js](https://www.youtube.com/watch?v=YKdvQYk7orE) ([part 1](https://www.youtube.com/watch?v=YKdvQYk7orE), [part 2](https://www.youtube.com/watch?v=BOAMGfGO6Xs), [part 3](https://www.youtube.com/watch?v=Iu3M-X1yRFU)) by Daniel Shiffman - [Pablo the Flamingo - Case study: The birth of a party animal] (https://medium.com/@gordonnl/pablo-the-flamingo-75a21bf8ea12) by Nathan Gordon - [Matter.js - a 2D physics library in Tizen](https://developer.tizen.org/community/tip-tech/matter.js-2d-physics-library-tizen) by Tizen - [Matter.js – The Basics for Developing Games](https://www.gamedevelopment.blog/matter-js-basics-developing-games/) by Game Development Blog - [Matter.js for Beginners](https://medium.com/@michaelsmykowski/balling-with-matter-js-ff567d2eabf4#.gno2bwig0) by Michael Smykowski -For more information on learning Matter.js, see +For more info on learning Matter.js, see - [examples](https://github.com/liabru/matter-js/tree/master/examples) - [codepen collection](http://codepen.io/collection/Fuagy/) - [documentation](http://brm.io/matter-js/docs/) -- [wiki](https://github.com/liabru/matter-js/wiki) \ No newline at end of file +- [wiki](https://github.com/liabru/matter-js/wiki) + +On physics engines in general, see +- [Game physics for beginners](http://brm.io/game-physics-for-beginners/) \ No newline at end of file