Hello Guest

LWJGL demos and example code updated

  • 1 Replies
  • 11553 Views
*

Offline napier

  • ***
  • 104
    • http://potatoland.org
LWJGL demos and example code updated
« on: August 10, 2005, 14:37:44 »
I updated my demos and example code to use LWJGL .97 (just in time for .98 ;-)).

   http://potatoland.org/code/gl

I build the demos using two base classes, GLApp.java and GLImage.java, that contain many handy functions for OpenGL, such as:

   makeTexture()
   drawImageQuad()
   screenShot()
   buildFont()
   glPrint()
   loadImage()
   convertARGBtoRGBA()

Other features include model loading and OpenAL sound.

Javadocs are here http://potatoland.org/code/gl/javadoc

It's all stuff I've had to figure out, so I wrapped it up for future use. The code is simple and can be easily cut and pasted, may help to shorten the learning curve for new LWJGL/opengl programmers.
penGL/Java/LWJGL demos and code: http://potatoland.org/code/gl

LWJGL demos and example code updated
« Reply #1 on: July 13, 2006, 09:57:36 »
Tanks!

I'm using it, there is a lot of cool functions for beginners (like me :) )