Metadata-Version: 1.0
Name: heightfield
Version: 0.2
Summary: Generate random maps by particle deposition
Home-page: https://bitbucket.org/lordmauve/heightfield
Author: Daniel Pope / Reading Python Dojo
Author-email: lord.mauve@gmail.com
License: LGPL
Description: A library and commandline tool for generating random maps using
        the method of particle deposition.
        
        Usage
        -----
        
        heightfield can be executed as a command line script by running::
        
            $ heightfield outputfile.png
        
        This will generate a 256x256 image in PNG format. Other file formats supported
        by `PIL`_  will also work.
        
        .. _`PIL`: http://www.pythonware.com/library/pil/handbook/index.htm#appendixes
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
