Rocs: Difference between revisions
(Markup edit) |
(Marked this version for translation) |
||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{{EduBreadCrumbs}} | {{EduBreadCrumbs}} | ||
<!--T:2--> | |||
{|class="tablecenter vertical-centered" | {|class="tablecenter vertical-centered" | ||
| [[Image:Rocs 48.png|64px|link=]] | | [[Image:Rocs 48.png|64px|link=]] | ||
Line 10: | Line 12: | ||
<!--T:3--> | |||
[[Image:Rocs-welcome.png|thumb|center|500px]] | [[Image:Rocs-welcome.png|thumb|center|500px]] | ||
<!--T:4--> | |||
<br /> | <br /> | ||
==Features== | ==Features== <!--T:5--> | ||
<!--T:6--> | |||
* Canvas for graph drawing | * Canvas for graph drawing | ||
* Automated graphs | * Automated graphs | ||
Line 23: | Line 28: | ||
* Qt Script debugging | * Qt Script debugging | ||
==Documentation== | ==Documentation== <!--T:7--> | ||
<!--T:8--> | |||
* [http://docs.kde.org/development/en/kdeedu/rocs/index.html '''Rocs''' Hanbook] | * [http://docs.kde.org/development/en/kdeedu/rocs/index.html '''Rocs''' Hanbook] | ||
<!--T:9--> | |||
[[Category:Education]] | [[Category:Education]] | ||
</translate> | </translate> |
Revision as of 15:43, 5 October 2010
Home » Applications » Education » 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. 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