https://github.com/t-88/grapher
https://github.com/t-88/grapher
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/t-88/grapher
- Owner: t-88
- Created: 2024-09-03T13:22:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T22:28:31.000Z (7 months ago)
- Last Synced: 2024-11-14T23:25:27.997Z (7 months ago)
- Language: TypeScript
- Homepage: https://grapher-lime.vercel.app
- Size: 703 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grapher
**dev is paused**
[site](https://grapher-lime.vercel.app/)## Future ToDos:
- take/export json file (create a react package)
- add wire configs
- add world space (zoom/drag)
- small features (redo/undo, remove nodes, shortcuts)## Credits
- [Routing Orthogonal Diagram Connectors in JavaScript](https://medium.com/swlh/routing-orthogonal-diagram-connectors-in-javascript-191dc2c5ff70)
- [Implementing a Undo/Redo Hook in React](https://geeksplainer.medium.com/implementing-a-undo-redo-hook-in-react-44862bdc3fa9)
- [xyflow](https://github.com/xyflow/xyflow): big thx :)