This project is inspired by the Coding Train channel of Daniel Shiffman and mimics Processing using the SWT Canvas and GraphicsContext.
The current version can do basic graphics, like drawing lines, text, pixels and ovals.
People that want to experiment with computer graphics using Eclipse and learn a thing or two about the SWT graphics capabilities.
If you are new to Java and Eclipse, and you want to learn the language and IDE in a different way than the classical "Hello, World!" program.
SWT Canvas contains a "game loop" method ('public void draw()') that gets called 1 to 1000 times per second (depending on the set framerate).
If you are interested in developing a framework like this, then, by all means, contribute. You can also contribute samples for the samples project.