Skip to content

CompuCell3D/CompuCell3D

Repository files navigation

CompuCell3D

CompuCell3D is a multiscale multicellular virtual tissue modeling and simulation environment. CompuCell3D is written in C++ and provides Python bindings for model and simulation development in Python. CompuCell3D is supported on Windows, Mac and Linux.

Website

CompuCell3D project page

CompuCell3D Community

For bug reports, feature, requests and COmpuCel3D discussions we encourage you to visit CompuCell3D Community Guide

Installation

Binaries

Binary distributions of CompuCell3D are available for download at the CompuCell3D project page. Binaries of CompuCell3D are also available via conda,

conda install -c compucell3d -c conda-forge cc3d

Once installation completes, you may run Player (CompuCell3D GUI) as follows:

python -m cc3d.player5

To run Model editor (Twedit++) you would type:

python -m cc3d.twedit5

Finalyy, if you want to run simulation in a GUI-less mode you run:

python -m cc3d.run_script -i <full path to .cc3d file>

Source

Instructions for building CompuCell3D from source are available at the CompuCell3D project page.

Getting Started