From ab5f8ff5869021958f4ae8b838c3d707a2e85eaa Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 29 Apr 2018 16:25:32 +0200 Subject: Put adaptagrams into its own folder --- src/libavoid/README | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/libavoid/README (limited to 'src/libavoid/README') diff --git a/src/libavoid/README b/src/libavoid/README deleted file mode 100644 index fe62f13b0..000000000 --- a/src/libavoid/README +++ /dev/null @@ -1,35 +0,0 @@ -libavoid - Fast, Incremental, Object-avoiding Line Router - -Copyright (C) 2004-2009 Monash University - -A cross-platform C++ library providing fast, object-avoiding connector -routing for use in interactive diagram editors. - -Documentation is available for libavoid through Doxygen. Install Doxygen and -run it in the libavoid directory to generate documentation for the interface. - -libavoid is written and maintained by Michael Wybrow, a member of the -Adaptive Diagrams and Documents lab at Monash University, Australia. - -libavoid is available under the terms of open-source GNU Lesser General Public -License v2.1. Commercial licenses are also available, for more information -please contact Michael Wybrow . - -The algorithms used for the connector routing are described in: - - M. Wybrow, K. Marriott, and P.J. Stuckey. Incremental connector routing. - In Proceedings of 13th International Symposium on Graph Drawing, LNCS 3843, - pages 446-457. Springer-Verlag, 2006. - http://www.csse.monash.edu.au/~mwybrow/papers/wybrow-gd-2005.pdf - - M. Wybrow, K. Marriott, and P.J. Stuckey. Orthogonal connector routing. - In Proceedings of 17th International Symposium on Graph Drawing (GD '09), - To appear 2010. - http://www.csse.monash.edu.au/~mwybrow/papers/wybrow-gd-2009.pdf - -libavoid is currently used in the prototype research diagram editor "Dunnart": - http://www.csse.monash.edu.au/~mwybrow/dunnart/ -As well as the professional open-source vector graphics editor "Inkscape": - http://www.inkscape.org/ - - -- cgit v1.2.3