robertvi / cell_mesh_2

A 3D model of cells growing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cell_mesh_2

A 3D model of cells growing

Build instructions

Dependencies:

  • developed and tested on linux
  • git
  • cmake
  • yaml-cpp (0.6.2)
  • boost (1.71)
  • includes a copy of doctest.h Copyright (c) 2016-2021 Viktor Kirilov

Build instructions:

git clone https://github.com/robertvi/cell_mesh_2.git
cd cell_mesh_2
mkdir build
cd build
cmake ..
make -j
./CellMesh2 --doctest
./CellMesh2 ../examples/config.yaml

ChangeLog

2023-02-16

  • Stub Cell class using a boost::qvm vector as a placeholder variable
  • Incorporated doctest as a testing framework

2023-02-03

About

A 3D model of cells growing

License:MIT License


Languages

Language:C++ 99.7%Language:CMake 0.3%