GSoC/2020/StatusReports/DilsonGuimaraes: Difference between revisions
Dilsonguim (talk | contribs) (Created page with "== Better Graph Layout for the Graph Theory IDE == Rocs (https://kde.org/applications/education/rocs) is a Graph Theory IDE for experimenting with graphs and graph algorithms...") |
Dilsonguim (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Better Graph Layout for the Graph Theory IDE | == Project Overview == | ||
'''Project name:''' Better Graph Layout for the Graph Theory IDE | |||
Rocs (https://kde.org/applications/education/rocs) is a Graph Theory IDE for experimenting with graphs and graph algorithms in a visual way. It is very useful for teachers, students and researchers. Teachers and students can use Rocs to follow the execution of graph algorithms step by step, with visual indications in the graph itself. Researchers can use Rocs to explore graphs easily and experiment with new algorithms and concepts. | Rocs (https://kde.org/applications/education/rocs) is a Graph Theory IDE for experimenting with graphs and graph algorithms in a visual way. It is very useful for teachers, students and researchers. Teachers and students can use Rocs to follow the execution of graph algorithms step by step, with visual indications in the graph itself. Researchers can use Rocs to explore graphs easily and experiment with new algorithms and concepts. | ||
Clear visualization of graphs is very important to the effectiveness of Rocs as a tool. The goal of this project is to improve graph visualization in Rocs, providing constrained graph layout algorithms [2] and the necessary user interface. This would benefit users by letting them explore different ways to visualize their graphs in an automatic way. | Clear visualization of graphs is very important to the effectiveness of Rocs as a tool. The goal of this project is to improve graph visualization in Rocs, providing constrained graph layout algorithms [2] and the necessary user interface. This would benefit users by letting them explore different ways to visualize their graphs in an automatic way. | ||
== Work Report == | |||
=== Added features === | |||
* A graph-layout-plugin capable of applying a force-based layout algorithms to graphs. (W.I.P.) | |||
=== Merge requests === | |||
The list of all my merge requests related to this project follows. | |||
[https://invent.kde.org/education/rocs/-/merge_requests/24 First version of the graph-layout-plugin (Work in progress)] | |||
== Blog == | == Blog == |
Revision as of 11:48, 30 June 2020
Project Overview
Project name: Better Graph Layout for the Graph Theory IDE
Rocs (https://kde.org/applications/education/rocs) is a Graph Theory IDE for experimenting with graphs and graph algorithms in a visual way. It is very useful for teachers, students and researchers. Teachers and students can use Rocs to follow the execution of graph algorithms step by step, with visual indications in the graph itself. Researchers can use Rocs to explore graphs easily and experiment with new algorithms and concepts.
Clear visualization of graphs is very important to the effectiveness of Rocs as a tool. The goal of this project is to improve graph visualization in Rocs, providing constrained graph layout algorithms [2] and the necessary user interface. This would benefit users by letting them explore different ways to visualize their graphs in an automatic way.
Work Report
Added features
- A graph-layout-plugin capable of applying a force-based layout algorithms to graphs. (W.I.P.)
Merge requests
The list of all my merge requests related to this project follows.
First version of the graph-layout-plugin (Work in progress)
Blog
My blog can be found here.. The links to posts related to this project are given below: