projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.69k stars 1.17k forks source link

Full javascript implementation of this project ? #760

Closed andean00 closed 3 years ago

andean00 commented 3 years ago

Hi !

This is such an excellent project !! I need exactly this to model a graph that depics several nodes, edges and most importantly: nodes having multiple ports and labels. This package does it all, just amazing !

But I have been struggling trying to just use only javascript, because I did not use React in my project, nor typescript (blame it on Microsoft and webassembly, I know.. I know...).

I do get javascript interop though, which is working fine. I even did a babylonjs 3D project and it worked flawlessly. Is there any repo that has an implementation of this particular project having:

Or step by step guidelines on how to convert this project in React to plain javascript and which js files use from the index page ? Thanks in advance and regards !

Javier

zHaytam commented 3 years ago

Hello,

Not sure this is 100% what you need, but I made https://github.com/zHaytam/Blazor.Diagrams which is a Blazor library inspired by react-diagrams.

dylanvorster commented 3 years ago

@zHaytam nice work