Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyotek/chemotaxissimulation
A sample application attempting to simulate Chemotaxis, the movement of an organism either toward or away from chemicals
https://github.com/cyotek/chemotaxissimulation
chemotaxis csharp simulation
Last synced: 2 months ago
JSON representation
A sample application attempting to simulate Chemotaxis, the movement of an organism either toward or away from chemicals
- Host: GitHub
- URL: https://github.com/cyotek/chemotaxissimulation
- Owner: cyotek
- License: mit
- Created: 2020-08-04T16:21:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T08:51:09.000Z (about 4 years ago)
- Last Synced: 2024-01-29T20:51:41.515Z (11 months ago)
- Topics: chemotaxis, csharp, simulation
- Language: C#
- Homepage: https://www.cyotek.com/blog/simulating-bacterial-chemotaxis
- Size: 1.02 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simulating Bacterial Chemotaxis
![The sample application](res/chemotaxis-start.png)
This repository contains a sample application attempting to
simulate **Chemotaxis**, the movement of an organism either
toward or away from chemicals, depending on if the detected
chemical is positive (a food source) or negative (a poison).For more information, please see the following article on the
Cyotek blog:* [Simulating Bacterial Chemotaxis](https://www.cyotek.com/blog/simulating-bacterial-chemotaxis)