Scenic is a 2-dimensional scene based graphics library. Scenic stores graphics in a tree-like structure (scene). Scenic also handles user input (mouse and keyboard).
Here are some key features of "Scenic":
· Affine transformations
· Polygons
· Lines
· Cubic Bezier curves
· Antialiased text
· Images
· Clipping
· Alpha transparency
· Edge antialiasing
· OpenGL primitives
· Conservative garbage collection
Requirements:
· X11
· Xext
· Xxf86vm
· fontconfig
· freetype
· GL
· GLU
· png
· jpeg
· gc
What's New in This Release:
· This release adds an implementation of the java.awt.Graphics2D class that uses the Scenic library as a rendering backend.
Product's homepage