Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryohey/2d
1-dimensional programming to 2-dimensional graph
https://github.com/ryohey/2d
mobx react
Last synced: about 1 month ago
JSON representation
1-dimensional programming to 2-dimensional graph
- Host: GitHub
- URL: https://github.com/ryohey/2d
- Owner: ryohey
- Created: 2017-03-19T13:07:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T12:01:04.000Z (over 3 years ago)
- Last Synced: 2024-05-01T23:42:48.964Z (7 months ago)
- Topics: mobx, react
- Language: TypeScript
- Homepage: https://ryohey.github.io/2d/
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2d
The graphical interface for the Flow-Based Programming.
![screenshot](https://user-images.githubusercontent.com/5355966/42815189-acbce400-8a01-11e8-8f87-205d70d41f39.png)
## Graph to Script
- Translate a graph into a script in real time.
- Translate a script into a graph `unimplemented`## Features
- Create function nodes
- Connect nodes
- Run program
- Script translation
- Promise
- Create reference nodes
- Variable arguments `unimplemented`
- Default parameter `unimplemented`
- Class `unimplemented`
- Function block composition `unimplemented`
- Type checking `unimplemented`
- Show parameter name
- Incremental search for nodes `unimplemented`
- Align block layout `unimplemented`
- Nested graphs `unimplemented`