From 8a2ee055596d7877a34feb2d4bbadd4717cf9f1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= maxogden.com/node-packaged-modules.html
A rundown of projects that have made developing with browserify more accessible
- and more interesting: requirebin.com, npmsearch.com, and Browserify CDN.
This demo by @hughsk uses two modules, one that creates RGB lookup tables and another that slices the color table canvas element into smaller canvases.
Here is the above code running in an iframe
- +This demo by @anvaka uses the ngraph.generators and ngraph.vivasvg modules to create an animated exploding SVG dot cluster.
Here is the above code running in an iframe, click it to run the animation.
- +This demo by @hughsk uses 7 small modules to create an explorable 2D procedurally generated cave.
Click the canvas to give it focus and then use WSAD or Arrow keys to explore.
- +This demo by @sethvincent uses some modules from his CRTRDG 2D game library.
Click the canvas to give it focus and then use WSAD keys to explore.
- +