Cx3D (Cortex simulation in 3D) is a tool for simulating the growth of cortex in 3D initially developed at the Institute of Neuroinformatics of the University of Zürich and ETH Zürich. It was released in 2009 under the GNU General Public License version 3.
This repository hosts the SciView version of Cx3D, making Cx3D compatible with the ImageJ and Fiji ecosystem. This includes using SciView for 3D visualization, allowing Cx3D to grow neuronal processes with SciView’s data structures, and support for image-based modeling.
- Clone the repository (use the green code button above the list of files)
- Import the project into an IDE such as Eclipse/IntelliJ/NetBeans:
- In Eclipse: Run Import> Existing Maven Projects and specify the path to the downloaded
cx3d
folder in Root Directory - In IntelliJ: In the Welcome Prompt, choose Open or Import and specify the path to the downloaded
cx3d
folder - In NetBeans: Run File> Open Project..., select the downloaded
SNT
directory, and click on Open Project
- In Eclipse: Run Import> Existing Maven Projects and specify the path to the downloaded
- Wait for all the dependencies to be downloaded, and run sc.iview.cx3d.commands.RandomBranchingDemo
- Do you want to write your own plugin based on Cx3D? Use the template project!
- Compile (assuming you have installed git and maven):
git clone git@github.com:morphonets/cx3d.git
cd cx3d-mvn
mvn package
- cd to target directory:
cd target
- To run an example from the tutorial:
jar ufe cx3d-mvn-0.0.4-SNAPSHOT.jar DividingCell
java -jar cx3d-mvn-0.0.4-SNAPSHOT.jar
- Or, to reproduce a figure from the 2009 Frontiers paper:
jar ufe cx3d-mvn-0.0.4-SNAPSHOT.jar Figure_3_G
java -jar cx3d-mvn-0.0.4-SNAPSHOT.jar
NB: For other examples/figures, replace "DividingCell/Figure_3_G" above with others from the tutorial or frontiers folders.
This remains the most active fork of Cx3D. The original Cx3D Subversion repository is stalled.
Want to contribute? Please, please do! We welcome issues and pull requests any time.
This version of Cx3D derived from @tferr's mavenized fork
- Official Cx3D website (for convenience, some of the Cx3D tutorials are also mirrored in the misc directory)
- Parallelized version of Cx3D (abandoned project)
- C++ port of Cx3D