References - ngryman/wombat-js GitHub Wiki
Bazar
- https://github.com/boblemarin/Sprite3D.js/blob/master/js/Sprite3D.js
- http://www.html5grind.com/2011/07/08/improving-dom-performance-for-html5-games/
- http://www.sencha.com/blog/understanding-hardware-acceleration-on-mobile-browsers/
- http://docs.jquery.com/QUnit#API_documentation
Blogs
- http://www.html5grind.com/
- http://www.html5rocks.com/
- http://strd6.com
- http://mathiasbynens.be/notes
Compat tables
- http://kangax.github.com/es5-compat-table/
- http://www.browserscope.org/user/tests/table/agt1YS1wcm9maWxlcnINCxIEVGVzdBib2KQGDA?v=1&score=1&highlight=1
Benchmarks
- http://jsperf.com/getters-setters-vs-properties
- http://jsperf.com/class-vs-style
- http://flashcanvas.net/examples/dl.dropbox.com/u/1865210/mindcat/canvas_perf.html
Dependencies
- https://github.com/sstephenson/sprockets
- https://github.com/documentcloud/closure-compiler
- https://github.com/jquery/qunit
- https://github.com/ngryman/unittest_js [https://github.com/tobie/unittest_js]
Inspirations
- https://github.com/sstephenson/prototype, for the build process and various js stuff
- https://github.com/mootools/mootools-core
- https://github.com/alexyoung/turing.js
- https://github.com/digitalfruit/limejs
- http://impactjs.com/
- http://code.google.com/p/webgl-mjs/source/browse/mjs.js
Follow
- https://gist.github.com/387117/91143f16760552a6c811b41eb5339e99626fce1d, Rakefile with closure-compiler
- http://code.google.com/p/js-test-driver, multi-browser test framework