Warning, /education/rocs/README.md is written in an unsupported language. File is not indexed.

0001 # Rocs: an educational Graph Theory IDE
0002 
0003 <img src="https://invent.kde.org/kde/rocs/raw/master/icons/128-apps-rocs.png" align="right"
0004      title="Rocs logo" width="96" height="96">
0005 
0006 Rocs is a Graph Theory IDE for everybody interested in designing and analyzing
0007 graph algorithms (e.g., lecturers, students, researchers). For all these users,
0008 Rocs provides an easy to use visual data structure editor and a powerful
0009 scripting engine to execute algorithms.
0010 
0011 [Rocs at KDE.org](https://www.kde.org/applications/education/rocs).
0012 
0013 ## Features
0014 
0015 - Canvas for Graph Drawing;
0016 - IDE for Graph related Programming, using Javascript as its main language,
0017   plus the graph library;
0018 - Data Structures are extensible from the scripting interface in Javascript, 
0019   so you can do anything you want;
0020 - Collection of example algorithms and graph types.
0021   
0022 ## Documentation
0023 
0024  - [Installation instructions](INSTALL.md)
0025  - [Packager instructions](README.packager.md)
0026  - [Developer instructions](README.developer.md)