Hi there!
I have just downloaded lwjgl and tried to start, however the nehe-tutorials seem to not compile with 0.93.
There are classes called Display and Window used, I simply can't find in 0.93.
Any ideas whats wrong, I think Display and window are quite essential for writing lwjgl apps ;-)
lg Clemens
org.lwjgl.Display and org.lwjgl.opengl.Window have been merged and now live in the combined class org.lwjgl.opengl.Display. It's much easier to use!
Cas :)
I just added a small basic game framework to the LWJGL Wiki that works with recent versions of LWJGL.
Maybe you want to check it out and see how to do things without the Window class:
http://lwjgl.org/wiki/tiki-index.php?page=Basic+Game+Framework
NeHe is having network troubles, so he hasn't been able to put up my most recent updates. You can download all the converted tutorials from http://members.rogers.com/mark.bernard/. They all are updated to version 0.93.
If you want some others demos or full written tutorials, I've just updated mine to lwjgl 0.93 (they use some features from Java 1.5 like static import or foreach loops) !
It's here :) (http://chman.kaioa.com/blog/index.php?module=pages&page=lwjgl)
Chman
Thanks a lot for helping me so much!
I'll have a look at the tutorials, hope they provide enough informations to make my familiar with lwjgpl.
lg Clemens
PS: LwJGL is a great library since it also works with GCJ and is not integrated into AWT - a great deal.
Please do not stop development just because of JOGL - jogl has some big drawbacks - lwjgl rulez ;-)
LWJGL works with GCJ now???