Skip to content
forked from GollyGang/ready

A cross-platform implementation of various reaction-diffusion systems. Previously at http://code.google.com/p/reaction-diffusion

License

Notifications You must be signed in to change notification settings

Artrustee/ready

 
 

Repository files navigation

Ready

Ready is a program for exploring continuous and discrete cellular automata, including reaction-diffusion systems, on grids and arbitrary meshes. OpenCL is used as the computation engine, to take advantage of the many-core architectures on graphics cards and modern CPUs. OpenCL also allows rules to be written in a text format and compiled on the fly. Ready supports a compact XML-based file format so that images and rules can be shared easily.

Ready supports 1D, 2D and 3D data, as well as polygonal and polyhedral meshes.

Download Ready 0.7 here:

We're working on the next version, which includes two new features:

  • Import of images, so you can use a photo as the initial conditions of a pattern
  • Export of a sequence of OBJ files, for animating a 3D mesh.

For now these features are only in the 0.7.2 release or later.

More details on the releases tab.

Changes, To-do list, Credits

For questions, join our mailing list. Or you can email tim.hutton@gmail.com.

Screenshots:

Press coverage:

Citations:

Please cite Ready as:

Tim Hutton, Robert Munafo, Andrew Trevorrow, Tom Rokicki, Dan Wills. 
"Ready, a cross-platform implementation of various reaction-diffusion systems." 
https://github.com/GollyGang/ready

Blog coverage:

Other packages:

Wanted rules: (help needed)

  • K. Maginu, "Reaction-diffusion equation describing morphogenesis I. waveform stability of stationary wave solutions in a one dimensional model", Math. Biosci. 27:1/2 (1975), 17–98 http://dx.doi.org/10.1016/0025-5564(75)90026-7
  • L.Decker 2003, derived from Maginu's (from TexRD)
  • L.Decker 2002, derived from Ginzburg-Landau (from TexRD)
  • L.Decker 1998, derived from Brusselator (from TexRD)

Videos:

About

A cross-platform implementation of various reaction-diffusion systems. Previously at http://code.google.com/p/reaction-diffusion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.0%
  • HTML 7.9%
  • C 6.5%
  • Other 0.6%