boostorg / compute

A C++ GPU Computing Library for OpenCL
http://boostorg.github.io/compute/
Boost Software License 1.0
1.52k stars 333 forks source link

Add reaction diffusion example. #849

Open awulkiew opened 4 years ago

awulkiew commented 4 years ago

Some time ago I played with Boost.Compute and wrote a program simulating diffusion reaction as described here: http://www.karlsims.com/rd.html. Here it how it looks like:

example

Currently GLUT library is used to display the result in real-time but it could obviously be changed. Would you be interested in adding it as an example?

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 84.226% when pulling dd55476ca7cd378135e66b126dcc39e8969b1296 on awulkiew:feature/reaction_diffusion into 915ab0b3ca8631a70d551c1234eca622518fa3e4 on boostorg:develop.