0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-01-31 18:14:55 -05:00

Updated Tutorials (markdown)

Liam 2017-03-07 20:26:28 +00:00
parent f01e9706d1
commit feabd8a48a

@ -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)
- [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/)