MarbleSoccer
It is a Marble game in WebGL. It is currently in progress. Its dev. is explained on learningthreejs blog. It uses three.js, physics engines, and many HTML5 technologies.
Visit marble soccer
It is a Marble game in WebGL. It is currently in progress. Its dev. is explained on learningthreejs blog. It uses three.js, physics engines, and many HTML5 technologies.
Visit marble soccer
a blog about learning three.js or WebGL for dummies
Visit the blog
nowebgl is a library which declares WebGL calls as noop. It is made to measure performance. It is usefull to benchmark the javascript part of your demo/game.
Visit nowebgl code
It is a pacman in WebGL. You are a pacman trapped in a maze. You need to eat all the pills to get out, and avoid the ghosts in the process. Well... you known pacman.
Visit pacmaze
It is a First Person Shoot in WebGL. You are in a dungeon with other people. Invite your friend and happily shoot at each other!!!
Visit buddymaze
Gowiththeflow.js is a javascript asynchronous flow-control micro library. only 20lines. works in node.js and browser. It allow to control how your async code is executed, sequentially or in parallel.
Visit github
nmod is a node_modules packages installer. node_modules is a new feature in node.js 0.4. It provides a simple and regular way to install packages
Visit nmod
jquery-mobile-960 is a port of 960 grid to jquery mobile. It merge the flexibility of 960.gs, and the ease of jquery mobile. It aims to bring more flexibility to jquery-mobile layout and thus make it easier to use on tablets.
It is a jquery plugin for a pure browser qrcode generation to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download, no external services.
Visit homepage
It's a WebSocket client to broadcast messages to webpages. It's simple websockets broadcasting. It's perfect for a quick prototype.. getting it going quick. 90% this is all you need if you're doing websocket something.
physics.js is a javascript physics engine. It has chained API (ala jQuery) and a plugin system. physics.js is my attempts to make box2d easier to use.
Visit physics.js
It's a drop-in replacement for common js module in a browser. No server to run, No preprocessing of javascript files. Using node.js and is willing to share code with a browser? It's for you!
Visit dropinrequire.js
MicroEvent.js is a event emitter library which provides the observer pattern to javascript objects. It works on node.js and browser. It is a single .js file containing a 20 lines class.
Visit microevent.js
MicroCache.js is a javascript micro library to handle in-memory cache. It works in works in node+browser.
Visit MicroCache.js
WebWorkers are hard to debug. On top of that, console.* API is unavailable in WebWorkers. It doesn't help. console4Worker is a simple library which try to fill this gap.
Visit github
ShortTag.js is a javascript template engine. It is a micro framework, only 20 lines. It works in node and browser.
Visit github
Streamie is a full realtime Twitter client that runs in your web browser. I contributed patches, such as automatic translation.
Visit streamie.org