GSoC/2020/StatusReports/DilsonGuimaraes: Difference between revisions
Dilsonguim (talk | contribs) No edit summary |
Dilsonguim (talk | contribs) (→Blog) |
||
Line 23: | Line 23: | ||
My blog can be found [https://dilsonguim.github.io/website/ here.]. The links to posts related to this project are given below: | My blog can be found [https://dilsonguim.github.io/website/ here.]. The links to posts related to this project are given below: | ||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/05/30/gsoc.html Initial post | * [https://dilsonguim.github.io/website/kde/gsoc/2020/05/30/gsoc.html Initial post] | ||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/06/06/gsoc-week1.html Week 1] | * [https://dilsonguim.github.io/website/kde/gsoc/2020/06/06/gsoc-week1.html Week 1] | ||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/06/18/gsoc-week2.html Week 2] | * [https://dilsonguim.github.io/website/kde/gsoc/2020/06/18/gsoc-week2.html Week 2] | ||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/06/29/gsoc-week3.html Week 3] | * [https://dilsonguim.github.io/website/kde/gsoc/2020/06/29/gsoc-week3.html Week 3] | ||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/07/07/gsoc-week4.html Week 4] | |||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/07/21/gsoc-week5.html Week 5] | |||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/07/22/gsoc-post6.html Post 6] | |||
* [https://dilsonguim.github.io/website/kde/gsoc/2020/07/26/post7.html Post 7] |
Revision as of 19:06, 26 July 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: