0.1.7 • Published 8 years ago

unique-wallpaper v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

unique-wallpaper

The aim of this project is to generate 'procedural' distinct wallpaper like graphics.

It takes a seed (integer) and recursively uses a pseudo-random number generator to construct an svg image.

usage

var uniqueLib = require("unique"); // load the library
var unique = uniqueLib({}); // initalise with defaults

var image = unique.start( 500 /* key value */)
  .size(argv.key,argv.width||800,argv.height||600) // optional size
var xml = image.writeXML( true /* pretty */ ); // generate xml into a string

tests

Using node.js run: node test/cli.js --key 54 to generate the image with the key 54 as out.svg.

For testing/batch use tun: node test/cli.js --count 500 to generate 500 images in a directory named out.

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.0

8 years ago