Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinchodias/hiedra
Visually connect items in a column (git branches style) in Pharo
https://github.com/tinchodias/hiedra
graph pharo
Last synced: 7 days ago
JSON representation
Visually connect items in a column (git branches style) in Pharo
- Host: GitHub
- URL: https://github.com/tinchodias/hiedra
- Owner: tinchodias
- License: mit
- Created: 2018-05-08T03:39:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T22:50:53.000Z (4 months ago)
- Last Synced: 2024-11-02T12:52:08.960Z (14 days ago)
- Topics: graph, pharo
- Language: Smalltalk
- Homepage:
- Size: 2.09 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hiedra [![Build Status](https://travis-ci.org/tinchodias/hiedra.png)](http://travis-ci.org/tinchodias/hiedra)
Render a column that visually connects a list of items in a format that's commonly used for VCS commits. Implemented in Pharo, it uses Athens, and provides support for Morphic, FastTable, Spec and Spec2.
## Screenshots
Text and hiedra in the same column (the text sticks to the hiedra on each row):
![screenshotB](screenshotB.png)
Multiple columns, dark theme:
![screenshot](screenshot.png)
## Install it
Note this project is already part of Pharo 6, 7, 8 and 9-dev. But if you need to install it, the script is:
```Smalltalk
Metacello new
repository: 'github://tinchodias/hiedra/src';
baseline: 'Hiedra';
load.
```:warning:
The [Pharo repository](https://github.com/pharo-project/pharo) might have a more recent version of this project, as the code is embedded (it's not maintained as an external project).
:warning:## Use it
You can find the classes named `HiFastTableExample` and `HiSpecExample` with executable examples (class-side).
## License
The code is licensed under [MIT](LICENSE).
## What's *hiedra*?
It's the name in Spanish of [this plant](https://en.wikipedia.org/wiki/Hedera).