pharo-ai / graph-layouts

Repository for my Google Summer of Code project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graPharo

Repository for my Google Summer of Code project

Project I will be working on is: Graph library with layouting algorithms. I will create a separate reusable library for graph structure and traversing algorithms. Also, it will contain various algorithms for different layouts for graph visualisation.

Some of these structures, already exist implemented in Pharo, as a part of some other projects. But this will be the first library that will contain all of it in one place.

I will be documenting progress on my blog Pharokeepers and with occasional tweet .

You can read about Google Summer of Code on this link: GSoC , about Pharo and if you are interested you can also read my proposal for this project.

As a final part of the project, I have created a booklet that documents what is contained in the library and how to use it.

Installation

Execute the following incantation in a Playground:

Metacello new
 baseline:'GraphLayout';
 repository: 'github://medicka/graPharo:master';
 load.

About

Repository for my Google Summer of Code project


Languages

Language:Smalltalk 100.0%