https://github.com/ojack/hypercycles
https://github.com/ojack/hypercycles
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojack/hypercycles
- Owner: ojack
- Created: 2022-04-05T11:52:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T09:43:06.000Z (over 3 years ago)
- Last Synced: 2025-04-22T19:45:24.616Z (about 1 year ago)
- Language: JavaScript
- Size: 11 MB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hypercycles
Work-in-progress simulation of hypercycles and parasites in pre-biotic evolution, from the paper "SPIRAL WAVE STRUCTURE IN PRE-BIOTIC EVOLUTION: HYPERCYCLES STABLE AGAINST PARASITES" by M.C. BOERLIJST and P. HOGEWEG

*image from SPIRAL WAVE STRUCTURE IN PRE-BIOTIC EVOLUTION: HYPERCYCLES STABLE AGAINST PARASITES" by M.C. BOERLIJST and P. HOGEWEG*
### To develop:
1. install node.js and npm
2. clone this repo
3. install dependencies:
From the terminal, enter the directory:
```
cd hypercycles
```
```
npm install
```
4. run devlepment server with live reload
```
npm run dev
```
### To build:
1. follow the steps above from "To develop"
2. run `npm run build` from the terminal
### Still to do:
- simulate diffusion
- better handling of edge cases?
- ability to draw in parasites?