rocs/README.md

10 lines
403 B
Markdown
Raw Permalink Normal View History

2024-01-05 17:26:53 +01:00
# rocs
Rocs aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms.
Features:
* Canvas for Graph Drawing;
* IDE for Graph relatedd Programming, using Javascript as it's main laguage, plus the graph library;
* Nodes, Graphs and Edges are extensible from the scripting interface, so you can do anything you want.