from code to deployment;
from back to front;
Cell Growth

Cell Growth

Programming project that explores visualization of different growth-like particle system based algorithms

C++OpenGLQtDoxygen

Experimenting with shape and force modelling through morphogenesis under an interactive OpenGL C++ Qt application. Programming group project I directed.

Sample

An interactive program that simulates three different types of particles that differentiate in the way that they grow. It is intended to create visually interesting patterns and shapes inspired by naturally occurring cellular growth. Some particles can be infuenced by light that the user is in control of. Therefore, the user is able to infuence the growth of the particles and create intriguing forms and reactions within the particles. This application explores the emergence of new patterns and structures based on different circumstances.

GitHubREADME.md

Programming project that explores visualization of different growth-like particle system based algorithms.

Video

The components of our group and brief description of their area of work:

MemberTask
Lola GilleParticle links and splitting design
Glenn NygardLight and interactive manipulators
Lydia KentonCell dynamics and force calculations
Esme PriorCell dynamics and force calculations
Valeria MarstormVisualization, rendering and shading
Ramon BlanquerDirector

Instructions

There is a

in PDF format.

cd CellGrowthProjectCVA3
qmake Cells.pro
make
./cells

Documentation

Check the

or build it:

doxygen Doxyfile
google-chrome docs/html/index.html