jtkaufman737 / CMSC-495

UMGC Capstone project for software engineering degree
MIT License
0 stars 1 forks source link

JS library - connections between nodes #7

Closed jtkaufman737 closed 2 years ago

jtkaufman737 commented 2 years ago

I'll take care of this one - I know of a library called cytoscape that can do this

jtkaufman737 commented 2 years ago

Also found vis.js which looks good... https://visjs.github.io/vis-network/examples/

jtkaufman737 commented 2 years ago

I also need to think about whether I can do this with vanilla javascript or would need a framework...I was thinking about it (although I'm getting ahead of myself) and it might be a little challenging to do it without some magic. I'd probably use Vue if I have to go that route because that's what I'm used to and I can whip something up with Vue without much effort

jtkaufman737 commented 2 years ago

Decided on cytoscape