https://github.com/battila7/computation-sandbox
:construction: [WIP] Online simulator for different models of computation, including Reaction Systems and P Systems.
https://github.com/battila7/computation-sandbox
Last synced: about 2 months ago
JSON representation
:construction: [WIP] Online simulator for different models of computation, including Reaction Systems and P Systems.
- Host: GitHub
- URL: https://github.com/battila7/computation-sandbox
- Owner: battila7
- License: mit
- Created: 2021-09-27T17:50:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T17:42:07.000Z (over 3 years ago)
- Last Synced: 2024-12-25T04:42:09.864Z (6 months ago)
- Language: HTML
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Computation Sandbox
:gear: :parasol_on_ground:
:construction: [WIP] Online simulator for different models of computation, including Reaction Systems and P Systems.
> Available at https://battila7.github.io/computation-sandbox
**Table of Contents**
* [Features](#features)
* [Up and Running](#up-and-running)
* [Acknowledgments](#acknowledgments)
* [Contributing](#contributing)
* [License](#license)## Features
> Please note that computation-sandbox is still in its early development phase. The features below are not necessarily available as of now, but will be developed in the near future.
computation-sandbox is a simulator for computational models.
* **Reaction Systems.** Support for simulating Reaction Systems (refer to [A Tour of Reaction Systems](https://www.researchgate.net/publication/220180605_A_Tour_of_reaction_Systems) for an introduction).
* **Browser-based.** No installation required, runs straight in your browser.
* **Offline support.** Can execute without being connected to the internet.
* **JSON import/export.** Export simulations in JSON format and share/process/import them as you wish.## Up and Running
Make sure to install [`pnpm`](https://pnpm.io/) beforehand. Then, cd into the `packages/computation-sandbox` directory and issue the following command to run computation-sandbox locally:
```
pnpm run serve
```## Acknowledgments
This work was supported by the National Research, Development and Innovation Fund of Hungary through project no. K 120558, financed under the K 16 funding scheme.
## Contributing
Contributions, regardless of their type, are always welcome in mvnx! Take a look at the [Contributing Guide](CONTRIBUTING.md) for more information.
## License
Licensed under [The MIT License](LICENSE).