Happy !
oohito / Grafeo
Project infos
| License | MIT |
| Tags | graph |
| Creation date | 2015-10-05 |
| Website | http://oohito.com/nqthm/grafeo |
Monticello registration
About Grafeo
Grafeo
Grafeo is a simple framework for manipulating graphs. Grafeo provides node and edge morphs that connects each other. You can use it your own application and extend for your purpose. Grafeo also has a simple demo application of making graphs.
Grafeo is written in Pharo Smalltalk, a pure object-oriented programming language.
Monticello Repository
MCHttpRepository
location: 'http://smalltalkhub.com/mc/oohito/Grafeo/main'
user: ''
password: ''
Installation
Pre-Installation for Pharo3.0
When you are using Pharo 3.0, you need to install a package prior to Grafeo installation.
Gofer new
url: 'http://smalltalkhub.com/mc/oohito/Grafeo/main';
package: 'Pharo30backports';
load.
Grafeo Installation
Select the following code and do it.
Gofer new
url: 'http://smalltalkhub.com/mc/oohito/Grafeo/main';
package: 'Grafeo';
load.
Demo application
Grafeo is intended for a graph application framework, but it also provides a simple application for evaluation.
Grafeo new openInWorld.
