We have released a new version, 729, of "Jun for Java".
The major changes since the version 721 includes:
* (new feature) JunDummyWriter is a class just for counting
the size of the written characters.
* (new feature) JunOpenGLCatalogModel is a class for
showing/manipulating several 3D objects in a window. It
also can save/load the 3D objects as LST files, and can
generate an HTML file for showing the 3D objects in the
catalog.
http://www.sra.co.jp/people/nisinaka/Jun4Java/News/729/Catalog.png
http://www.sra.co.jp/people/nisinaka/Jun4Java/News/729/CatalogHTML/in...
* (modification) JunOpenGLRenderer renders on
JunOpenGLDrawable instead of JunOpenGLRenderingContext, so
the user can choose the exact rendering context when
setting a renderer.
* (new feature) JunLispConverter is a kind of factory class
which converts a lisp list into an object. The classes are
needed to be defined a constructor with JunLispList and
must be registered before using JunLispConverter.
* (modification) Most of the geometry classes and OpenGL 3D
object classes use JunLispConverter for generating their
instance from a lisp list format.
* (new feature) JunLispObject is an interface for separating
a direct relationship between JunLispCons and other classes.
You can download "Jun for Java" from the following URL.
ftp://ftp.sra.co.jp/pub/lang/java/jun4java/
Jun is a framework for developing 3D graphic multimedia
applications provided as an Open Source Software at NO COST.
Please refer to the following URL for more information about
"Jun for Java".
http://www.sra.co.jp/people/nisinaka/Jun4Java/index-e.html
Best regards,
Yosh Nishinaka (nisin...@sra.co.jp)