Skip to content

CompuCell3D/CompuCell3D

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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