w124384389 / PuckSoccerApp

0 stars 0 forks source link

LINKS #1

Open DouglasPuppio opened 9 years ago

DouglasPuppio commented 9 years ago

Just for links.

DouglasPuppio commented 9 years ago

http://createjs.com/Home

The lib for "2D interface elements".

DouglasPuppio commented 9 years ago

http://brm.io/matter-js/

The physic's lib.

DouglasPuppio commented 9 years ago

http://gotoandlearn.com/play.php?id=176 http://www.gotoandlearn.com/play.php?id=177

Tutorial of Box2D + CreateJS

DouglasPuppio commented 9 years ago

https://www.youtube.com/watch?v=1kZ4nlgMyQQ

Bouncing ball or box tutorial - Bounce physics using JavaScript and HTML5

DouglasPuppio commented 9 years ago

https://www.youtube.com/watch?v=yF0T7lviBnY

HTML5 Bouncing Circles

DouglasPuppio commented 9 years ago

https://github.com/sebleedelisle/JSTouchController/blob/master/js/Vector2.js

Vector2 methods

DouglasPuppio commented 9 years ago

https://css-tricks.com/using-requestanimationframe/

Using requestAnimationFrame

DouglasPuppio commented 9 years ago

http://creativejs.com/resources/requestanimationframe/

The secret to silky smooth JavaScript animation!

DouglasPuppio commented 9 years ago

https://hacks.mozilla.org/2011/08/animating-with-javascript-from-setinterval-to-requestanimationframe/

Animating with javascript: from setInterval to requestAnimationFrame

DouglasPuppio commented 9 years ago

http://blog.sklambert.com/using-time-based-animation-implement/

Why You Should be Using Time-based Animation and How to Implement it