Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aanrii authored Sep 25, 2017
1 parent 369fc02 commit 0d86798
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# ofxRD
An openFrameworks add-on for computing reaction-diffusion equations.
An openFrameworks add-on for computing reaction-diffusion equations.

This features are:
* Computing reaction-diffusion equations using GLSL shaders.
* Visualizing spartial patterns that are generated by the equations.
* Transforming patterns by modifing parameters of "cells" in the space and changing parameters of variables in the equations dynamically.

![screenshot1](https://raw.githubusercontent.com/aanrii/ofxRD/master/images/screenshot_1.png)
![screenshot1](https://raw.githubusercontent.com/aanrii/ofxRD/master/images/screenshot_2.png)
![screenshot1](https://raw.githubusercontent.com/aanrii/ofxRD/master/images/screenshot_3.png)
![screenshot1](https://raw.githubusercontent.com/aanrii/ofxRD/master/images/screenshot_4.png)

0 comments on commit 0d86798

Please sign in to comment.