node-robohash
node-robohash copied to clipboard
node.js implementation of Robohash. It's neither complete nor render general SVG.
quality of XML parsers available to node.js programs are rather bat right now, so it would be good to isolate XML parser impl. specific code for easy replacement.
cicada principle applied to robohash should take the load off servers.
Something like [svg-edit](http://code.google.com/p/svg-edit/) customized for Robohash for creating and editing Robohash parts is very much needed. Such a tool could also be used to add essential metadata for positioning, transforming,...
While whole bot image can be cached, many use cases calls for partial image caching. But each bot part has static (outline, shadow, etc.) and dynamic (coloring layer) elements which...
`svg.coffee` module contains code that looks for one of two colors used to color bots and replaces the fill style with random color. Current plan is to rig either parser...