aanrii / ofxRD

An openFrameworks add-on for computing reaction-diffusion equations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxRD

An openFrameworks add-on for computing reaction-diffusion equations.

Its features are:

  • Computing reaction-diffusion equations using GLSL shaders.
  • Visualizing spartial patterns that are generated by the equations.
  • Transforming patterns dynamically by modifing parameters of "cells" in the space and changing parameters of variables in the equations.
  • Adding new reaction-diffusion model easily only with making a simple xml file.

screenshot1 screenshot1 screenshot1 screenshot1

Dependency

ofxXmlSettings is needed.

Tested on

  • macOS 10.12.6
  • MacBook Pro (Retina, 13-inch, Late 2013)
  • Xcode 8.3.3
  • openFrameworks 0.9.8

About

An openFrameworks add-on for computing reaction-diffusion equations.

License:MIT License


Languages

Language:C++ 53.3%Language:GLSL 26.4%Language:Makefile 20.4%