How can i use OpenGL in my Java Applications?
Location: http://www.jguru.com/faq/view.jsp?EID=242603 Created: Nov 1, 2000 Modified: 2000-11-01 13:06:55.422 Author: Davanum Srinivas (http://www.jguru.com/guru/viewbio.jsp?EID=2011) There are Third-Party OpenGL Bindings for java: • Magician OpenGL for Java • GL4Java (Win32 & X-Windows), (Macintosh port) • YAJOGLB (Yet Another Java OpenGL Binding) • Jogl – OpenGL *binding for Java* • Tree: Java interface for Mesa 3D graphics • Unofficial port of OpenGL to Java • JavaOpenGL 1.0a3 • 3 Part Tutorial on Java3D and Java-OpenGL If you want to roll out your own Binding, here’s an article that explains how to implement it.