summaryrefslogtreecommitdiff
path: root/README.md
blob: 550eb921ebe113c6a1c44d50e9cc1c29bd30cd09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GraphSynth: generative grammars and creative search
==============================

This repository contains an incomplete python-only version of [GraphSynth](http://graphsynth.com).

What's missing in this repository?
------------

 - svn repository from adl.serveftp.org or designfiles.org
 - missing history from [first hg repository](http://graphsynth.codeplex.com/)
 - [second hg repository](https://bitbucket.org/graphsynth/graphsynth)
 - [gearsynth](http://gearsynth.codeplex.com) and other plugins
 - [GraphSynth v1.9 source code](http://graphsynth.com/files/GraphSynth.v.1.9.src.zip)

Future directions
------------

This should probably use [networkx](http://networkx.lanl.gov/) instead of rolling custom graph classes everywhere.