项目作者: kojix2

项目描述 :
Ruby implementation of the Reaction diffusion system (Gray-Scott model)
高级语言: Ruby
项目地址: git://github.com/kojix2/Gray-Scott.git
创建时间: 2018-11-24T07:49:16Z
项目社区:https://github.com/kojix2/Gray-Scott

开源协议:

下载


gray_scott_gtk3

Gem
test
DOI

Ruby implementation of the Reaction diffusion system (Gray-Scott model).

screenshot

Installation

  1. gem install gray_scott_gtk3

Support GPGPU with Cumo.

Usage

  1. grayscott
  1. grayscott --help
  2. # Usage: grayscott [options]
  3. # -h, --height val height of the model
  4. # -w, --width val width of the model
  5. # -g, --gpu use GPU(Cumo)

NOTE : You can set the width and height of the model, but the width and height of the window is fixed at 512 x 512 pixels.

screenshot

Known issue

Glib::Timeout.add(number_of_seconds)
If processing can not be completed within the time, it will not be displayed.
In this case, you should increase the number of seconds.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kojix2/Gray-Scott.

  1. Do you need commit rights to my repository?
  2. Do you want to get admin rights and take over the project?
  3. If so, please feel free to contact me @kojix2.