scorelab / GraphNet

Graphnet is a javascript graph library that will be created as a module to the semantic UI framework. Whereas Graphnet dynamically renders all nodes and edges via websocket connections, node and edge positioning algorithms such as force, random, circular, and others must be provided within the Graphnet as builtin modules.
Apache License 2.0
10 stars 12 forks source link

GraphNet, What is it about? #1

Open ankiiitraj opened 1 year ago

ankiiitraj commented 1 year ago

I saw this idea on GSoC idea page. I am kinda curious about it. If someone can help me with understanding the project will be great. Some pointers to some documentation would be great as well.

My initial thoughts, it is going to be some kind of graph rendering library.

TsarPrince commented 1 year ago

@charithccmc I am also curious about this project. Can you throw some light on how exactly we will be using websockets for rendering graphs. I assume that we will be using it for listening to some events for dynamic graph generation.

SUJAL390 commented 1 year ago

Graphnet is a javascript graph library that will be created as a module to the semantic UI framework. Whereas Graphnet dynamically renders all nodes and edges via websocket connections, node and edge positioning algorithms such as force, random, circular, and others must be provided within the Graphnet as builtin modules.