diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-11 21:08:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-11 21:08:32 +0800 |
commit | 7933ffb06ed5eee85bf5327e990c48ae0d1c0eaa (patch) | |
tree | ee615d1331e95cb06f7175ee555d5ee4e7b5c5a6 /graphics/Makefile | |
parent | f0f43ee124147671e5636c285f654a8debf4c66d (diff) | |
download | freebsd-ports-graphics-7933ffb06ed5eee85bf5327e990c48ae0d1c0eaa.tar.gz freebsd-ports-graphics-7933ffb06ed5eee85bf5327e990c48ae0d1c0eaa.tar.zst freebsd-ports-graphics-7933ffb06ed5eee85bf5327e990c48ae0d1c0eaa.zip |
New port: graphics/jogl - Java bindings for OpenGL
The JOGL project hosts the development version of the Java
Binding for the OpenGL API (JSR-231), and is designed to
provide hardware- supported 3D graphics to applications
written in Java. JOGL provides full access to the APIs in
the OpenGL 2.0 specification as well as nearly all vendor
extensions, and integrates with the AWT and Swing widget
sets. It is part of a suite of open-source technologies
initiated by the Game Technology Group at Sun Microsystems.
WWW: https://jogl.dev.java.net/
PR: ports/124414
Submitted by: Peter Jeremy <peterjeremy@optushome.com.au>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6020b579cb7..e0e21e00147 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -319,6 +319,7 @@ SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead + SUBDIR += jogl SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg |