Rocs: Difference between revisions

From KDE UserBase Wiki
(Start up Rocs page)
 
(update intro text)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages />
<translate>
<!--T:1-->
{{EduBreadCrumbs}}
{{EduBreadCrumbs}}
{{Construction}}
{| cellpadding="10"
| [[Image:White32.png|64px|link=]]
| '''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.


<!--T:2-->
{|class="tablecenter vertical-centered"
| [[Image:Rocs 48.png|64px|link=]]
| '''Rocs''' is a Graph Theory IDE for everybody interested in designing and analyzing graph algorithms (e.g., lecturers, students, researchers). For all these users, Rocs provides an easy to use visual data structure editor and a powerful scripting engine to write and execute algorithms.<br />
It is part of the [http://edu.kde.org KDE Education Project].
It is part of the [http://edu.kde.org KDE Education Project].
|}
|}


[[Image:Rocs_welcome.png|thumb|center|500px]]


<!--T:3-->
[[Image:Rocs-welcome.png|thumb|center|500px]]
<!--T:4-->
<br />
<br />


==Features==
==Features== <!--T:5-->


* Canvas for Graph Drawing
<!--T:6-->
* IDE for Graph relatedd Programming, using Javascript as it's main laguage, plus the graph library
* Canvas for graph drawing
* Nodes, Graphs and Edges are extensible from the scripting interface, so you can do anything you want.
* Automated graphs
* Oriented graphs
* IDE for graph related programming, using Javascript as it's main language, plus the graph library
* Nodes, graphs and edges are extensible from the scripting interface, so you can do anything you want.
* Qt Script debugging


==Documentation==
==Documentation== <!--T:7-->


* [http://docs.kde.org/development/en/kdeedu/rocs/index.html '''Rocs''' Hanbook]
<!--T:8-->
* [http://docs.kde.org/development/en/kdeedu/rocs/index.html Rocs Handbook]


<!--T:9-->
[[Category:Education]]
[[Category:Education]]
[[Category:Science]]
</translate>

Latest revision as of 21:01, 4 August 2013

Home » Applications » Education » Rocs

Rocs is a Graph Theory IDE for everybody interested in designing and analyzing graph algorithms (e.g., lecturers, students, researchers). For all these users, Rocs provides an easy to use visual data structure editor and a powerful scripting engine to write and execute algorithms.

It is part of the KDE Education Project.



Features

  • Canvas for graph drawing
  • Automated graphs
  • Oriented graphs
  • IDE for graph related programming, using Javascript as it's main language, plus the graph library
  • Nodes, graphs and edges are extensible from the scripting interface, so you can do anything you want.
  • Qt Script debugging

Documentation