Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esa/dcgp-web
Web interface to use dcgp and inspect its chromosomes
https://github.com/esa/dcgp-web
dcgp javascript react webassembly website
Last synced: 21 days ago
JSON representation
Web interface to use dcgp and inspect its chromosomes
- Host: GitHub
- URL: https://github.com/esa/dcgp-web
- Owner: esa
- Created: 2019-03-04T15:41:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T00:10:13.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T00:17:03.879Z (9 months ago)
- Topics: dcgp, javascript, react, webassembly, website
- Language: JavaScript
- Homepage: https://esa.github.io/dcgp-web/
- Size: 17.9 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [dcgp website](https://esa.github.io/dcgp-web/)
Web interface to use dcgp and inspect its chromosomes. The goal of this project is to make it more convenient to use [differential Cartesian Genetic Programming](https://github.com/darioizzo/dcgp) (dCGP) and to make tools that help with inspecting a chromosome. The underlaying idea is that dCGP will move one step further from an academic experiment towards a product (software tool) helpful for engineering.# Development
Anyone is welcome to help progress and improve this web application. Tasks can be found under the [issues tab](https://github.com/esa/dcgp-web/issues). If your problem/task is not already an issue, feel free to create a new issue explaining your problem/task.This project is build using [Create React App](https://facebook.github.io/create-react-app/), information on the project structure and setup can be found in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/documentation-intro).
## Prerequisite
- [nodejs](https://nodejs.org/) >= 8
- [npm](https://www.npmjs.com/)## Installation
```bash
git clone https://github.com/mikeheddes/dcgp-web.gitcd dcgp-web
npm install
npm start
```