Download List

프로젝트 설명

gl4gcj is a GCJ(http://gcc.gnu.org/java/) Java binding to OpenGL.

System Requirements

System requirement is not defined

Released at 2005-08-03 11:45
gl4gcj-beta 0.0.5 (1 files Hide)

Release Notes

* Added some methods for texture mapping.
* GLUT.glutInit bug fix.

Changelog

* Added following methods to GL class.
** GL.glGenTexture() : int
** GL.glDeleteTexture(int texture)

* Changed : replace following methods.
** malloc() -> JvMalloc()
** free() -> JvFree()

* Fixed GLUT.glutInit() : String[] arguments memory bug.