Hacker News new | ask | show | jobs
by Stan_Tsarevskiy 5025 days ago
thanks, for the useful links.
1 comments

No problem. Also, if you are mucking about with javascript and HTML5, some really useful APIs for doing crazy things are;

three.js - http://mrdoob.github.com/three.js/

kinetic.js - http://kineticjs.com/

d3.js - http://d3js.org/

and then there is always the ubiquitous jquery for reducing the amount of browser stupidness - http://jquery.com/

And if you want to do apps, you could do worse than trying out unity3d - http://unity3d.com/ (It has a free version for learning it, though it will cost you a lot to do proper commercial work with it)