Skip to content
jsutlive edited this page Apr 28, 2023 · 13 revisions

Welcome

Welcome to the Cell Mechanics Simulator wiki!

This document describes the best way to navigate, develop, and build upon the codebase of this model framework.

Quick start

Within a Java IDE:

Build and run the "Launcher.java" file, which acts as the entry point.

Using the standalone .jar:

Double click and run (requires Java 8 or later install). Find the latest releases here. Here you can download the compiled versions of the program as well as a .zip file of the source code.

Quick Links:

Program Manual

API Documentation

Coding Examples