Skip to content

JustasB/cx3d-mvn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cx3D (Mavenized project)

This repository hosts a mavenized version of the Cx3D program.

Cx3D (Cortex simulation in 3D) is a tool for simulating the growth of cortex in 3D developed at the Institute of Neuroinformatics of the University of Zürich and ETH Zürich. It is distributed under the GNU General Public License version 3.

For more information refer to the official Cx3D website.

Streamlined Setup

This repository provides a really quick project setup to run Cx3D.

  1. To compile (assuming you have installed git and maven):
git clone https://github.com/tferr/cx3d-mvn
mvn compile
  1. To run from Eclipse:

  2. If you have installed the m2e-egit plugin:

    Run FileImportCheck out Maven Projects from SCM and paste https://github.com/tferr/cx3d-mvn.git in the SCM URL field

  3. Without m2e-egit, clone the repository, then:

    Run FileImportExisting Maven Projects, choosing the path to the cloned directory

Version

Cx3D public release 0.03

Development

Refer to the Cx3D public Subversion repository (read-only)

Resources

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%