LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Linuxhippy on October 29, 2004, 13:54:55

Title: Where are Window and Display etc..
Post by: Linuxhippy on October 29, 2004, 13:54:55
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
Title: Where are Window and Display etc..
Post by: princec on October 29, 2004, 14:24:45
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 :)
Title: Where are Window and Display etc..
Post by: Gom Jabbar on October 29, 2004, 14:34:10
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
Title: Where are Window and Display etc..
Post by: CaptainJester on October 29, 2004, 17:35:11
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.
Title: Where are Window and Display etc..
Post by: Chman on October 29, 2004, 22:45:57
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
Title: Thanks!
Post by: Linuxhippy on October 31, 2004, 13:58:37
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 ;-)
Title: Where are Window and Display etc..
Post by: PlanetMongo on October 31, 2004, 22:32:34
LWJGL works with GCJ now???