I created a new plugin that let user do some Procedural Texture Generation, need for example when you want to create Cloud textures or Grass texture.
Some of the generated textures :
<img src="https://dl.dropbox.com/u/1412774/ChromaninTexGenDemo/tiles.png" border="0">
Here's the demo : https://dl.dropbox.com/u/1412774/ChromaninTexGenDemo/index.html
The original thread is here : http://www.scirra.com/forum/topic57975_post359130.html
It's a port of the original code of Chromanin.js : http://amsqr.github.com/chromanin.js/texgen.html
You can check the original page of the creator of the lib, to see what kind of functions are available : http://amsqr.github.com/chromanin.js/editor.html
And by the way, you can copy/paste any code originally made for Chromanin into that plugin, and it's going to be executed without any modification ! (while still keeping a minified code, so faster execution time, and less memory footprint <img src="smileys/smiley2.gif" border="0" align="middle">