# ready **Repository Path**: bit2atom/ready ## Basic Information - **Project Name**: ready - **Description**: A cross-platform implementation of various reaction-diffusion systems. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: Ready-0.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --------------------------------------------------------------------------------- Build --------------------------------------------------------------------------------- Build with CMake. Dependencies: VTK, wxWidgets, any OpenCL SDK Tested on: Windows, Linux, MacOS For help: http://code.google.com/p/reaction-diffusion/ --------------------------------------------------------------------------------- Acknowledgements --------------------------------------------------------------------------------- Based on Greg Turk's reaction-diffusion code, from: http://www.cc.gatech.edu/~turk/reaction_diffusion/reaction_diffusion.html The following copyright notice appeared with the original source code. Greg Turk has given permission for our derived code to be distributed under the GPL. ==begin== Make spots and stripes with reaction-diffusion. The spot-formation system is described in the article: "A Model for Generating Aspects of Zebra and Other Mammailian Coat Patterns" Jonathan B. L. Bard Journal of Theoretical Biology, Vol. 93, No. 2, pp. 363-385 (November 1981) The stripe-formation system is described in the book: Models of Biological Pattern Formation Hans Meinhardt Academic Press, 1982 Permission is granted to modify and/or distribute this program so long as the program is distributed free of charge and this header is retained as part of the program. Copyright (c) Greg Turk, 1991 ==end== The code for dynamically-linking OpenCL (OpenCL_Dyn_Load.c and .h) is from the ElectroMag project: http://code.google.com/p/electromag-with-cuda Thanks! --------------------------------------------------------------------------------- License --------------------------------------------------------------------------------- Copyright 2011, 2012 The Ready Bunch The Ready Bunch is: Tim Hutton, Robert Munafo, Andrew Trevorrow, Tom Rokicki This file is part of Ready. Ready is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Ready is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See COPYING.txt for the full GNU General Public License. Or visit .