Welcome to the Simbrain Development Page
This is the start page for information about simbrain development. For those who don't know, simbrain is a neural network simulator. Simbrain is an open source project, and it goes without saying that we could use your help. If you've found a bug, can suggest an improvement to the interface, would like to add features, etc., join us! One way to do this is by getting on our mailing list.
Download Source, Build and Run
To download the source, use subversion (download here) with the following command:
svn co http://www.simbrain.net/svn/trunk
Use ant to build and run. "ant" alone to build, "ant run" to run. There are also scripts in the /scripts directory, but they are not actively maintained. You will need to have the java development kit 1.5 or later installed: http://java.sun.com/j2se/1.5/.
For the last stable release (2.0), use:
svn co http://www.simbrain.net/svn/tags/2_0_Release
Developer Documents
The main page is the Developer's Guide.
Also see our Design Documents.
