Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.31 KB

README.org

File metadata and controls

30 lines (15 loc) · 1.31 KB

README

What is this?

It’s a simple utility to compute a list of points between a source and a destination (Euclidean shortest path). It bundles a tiny subset of Eclipse draw2d classes (altered to remove any SWT dependency).

The only “real” custom class added is RRouter: it’s called RRouter because the name is good.

How is this used?

This is currently used for custom drawing via jArchi scripts (Humane Image scripts). For general purposes, it’s probably better to integrate Eclipse draw2d directly in your projects.

What are the Requirements?

How to build it?

It is built using standard Apache Maven commands at the root of the project.

mvn package

A fat jar will be created at target/edraw2d.lib.jar, relative to the project root folder.