Skip to content

yveszoundi/edraw2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Euclidean path with Eclipse draw2d

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages