How to build Java 6 on MacOSX. I’m tired of waiting and it’s a BSD so why not do it yourself?
Tags: java, java-6, java6, jdk, jdk-6, jdk6
March 30th, 2007 · No Comments »
It took a while for me to sort out the easiest JOGL HelloWorld code. There are lots of tutorials, even ports of existing OpenGL tutorials like the JOGL port of the NeHe tutorials, but they use a pretty complex infrastructure.
So here it is, your first JOGL program, modeled after the OpenGL Programming Guide Chapter 1:
package […]
February 24th, 2007 · 6 Comments »