1. Shoebot experiment - perlin noise..

    Fri 05 April 2013
    By stu

    Perlin noise is pretty cool, you can use it to generate realistic looking clouds or mountains.

    Here's a bot for shoebot I made a while back that uses perlin noise to generate some nice circles.

    You'll need shoebot and the lib "noise" installed into your environment for it to work …

    Tagged as : creative coding python
  2. Adding files to the django auto refresh

    Thu 10 May 2012
    By stu

    Django runserver and the app django-autotest are both good as they'll restart when modifcations are made to files in the app they will restart, however not *all* files will trigger a restart.

    Wanting to get some other files noticed, I added some in the __init__.py of my app, so …

Page 4 / 10