Scott Elcomb
Scott Elcomb
Running the example from the README (node v0.4.7), I get: ``` scott@vscott:~/devel/js/node/webworker-tests$ ./master.js node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ TypeError: object is not...
Implement a shell loader so developers (and/or users) can choose from multiple command interpreters. (Much like a boot loader can select an OS or Kernel)
Implement Basic HxLib features: - Multi-channel PubSub - DOM / JQuery Element Wrappers ("widgets") - Basic Windows - Basic Window Management
Implement a Virtual File System. Files should be implemented as JavaScript objects that can be serialized directly to JSON. VFS should be capable of reading from and writing to DIV's...
Implement VFS nodes that communicate via WebSockets and/or XMLHttpRequest objects on read/write operations.
Implement P2P nodes that communicate via PeerConnections objects on read/write operations.
Is it possible to use Data URI's (or similar) to generate textures from canvas elements? If yes, would it be possible to see some sample code showing how to do...
Chains a _try player=require("sdlmixer")_ block during setup in play.js before falling back on the player stub.
Tried installing via npm (v1.0.6) on two seperate debian squeeze boxes (one using node v0.4.7, the other using v0.5.0-pre). The module loads but hangs on boot (before booting AFAICT) for...