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.

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

Source

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

Getting Started