Project

steffi

0.0
No commit activity in last 3 years
No release in over 3 years
FFI bindings to the igraph library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Steffi is a Ruby / FFI wrapper around the igraph library.

This is currently a recreational project for me to learn more about graph algorithms and practice with FFI in advance of my upcoming ATLRUG talk. Do not expect it to be feature-complete. If you are interested in higher-level bindings to the igraph, you may want to check out the Python or R packages in the igraph documentation. There do not appear to be maintained Ruby bindings compatible with the current release (0.6).

Installing igraph

Steffi expects igraph 0.6+. To build igraph from source, download it and

./configure
make
make install

On OSX, you can also install through homebrew

brew install igraph