grandalf icon indicating copy to clipboard operation
grandalf copied to clipboard

graph and drawing algorithms framework

Results 12 grandalf issues
Sort by recently updated
recently updated
newest added

As an example of what I mean, I'm attaching 2 files with the results I've gotten so far: File 1 was generated by grandalf: ![horizontal](https://cloud.githubusercontent.com/assets/117621/5160014/fb26fa4a-7362-11e4-9c35-782ef8234320.png) File 2 was generated by...

The algorithm implemented in 'setcurve' (utils.py) provides way to route edges with splines (NURBS) interpolated by a list of points. This algorithm, while quite efficient, leads to nasty "oscillation" effects...