Skip to content

GeorgievLab/CeCe-gui

Repository files navigation

CeCe GUI application

CeCe is a platform for advanced simulation of cells and cell signalling in 2D.

This repository contains only GUI application, for whole project see https://github.com/GeorgievLab/CeCe

Building from source

Building from source code is done by CMake (see Requirements).

Linux & OSX

$ mkdir build && cd build
$ cmake ..
$ cmake --build .

Windows

md build
cd build
cmake -G "Visual Studio 14 2015" ..
cmake --build .

Requirements

  • C++11 compiler - GCC, Clang, MSVC.
  • CMake v3.1 or newer.
  • Qt5

Optional requirements

  • libpng - image capturing.
  • zlib - required by libpng.
  • GLFW3 - Simulation visualization.

About

Experimental GUI application for CeCe simulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published