What LWJGL?

What LWJGL version is JME 1.0 based on?



Karsten

1.1.4

Nice and quick.

lol, jedimace you are on a sarcastic roll today  :smiley:

Which version IS jme2.0 using of LWJGL.



Have downloaded lwjgl 2.0.1 and noticed there is a different binary size to lwjgl included with jme2.



Should jme2.0 have the most current stable release of lwjgl ??


theprism said:

Should jme2.0 have the most current stable release of lwjgl ??


Would be nice, but someone would have to check for API changes and test it with jME. Any takers?

I don't see any API changes, mostly fixes (and an addtional method or 2); also looks like some work went into 64bit stuff and openAL.



Testing now…

currently its lwjgl 2.0rc1.

Its a good idea to upgrade.

Okay, ran 5 test; they all ran beautifully.



BUT THE FRAMERATES  :-o



I am getting 120fps on the TestIsland where before I was only getting 80.



As a control the frame rate w/ JOGL on the TestIsland is still around 70.

Lol JOGL got owned. 8)

If openal comes with lwjgl, we need to be sure to run the audio tests as well

Yup all the audio tests work (good thought nymon, one I should have had also)



As a side not its really cool to see the FPS get up above 1K!  First time I have ever seen that on this machine :slight_smile:



Is this something we want to just Commit or should we have a different process?







Also, I was thinking it might be nice to have the renderer report what version it was using when it started up:





(post moved here: http://www.jmonkeyengine.com/jmeforum/index.php?topic=10232.msg78155#new)

basixs said:

Also, I was thinking it might be nice to have the renderer report what version it was using when it started up:

Not a bad idea. Post this in the contrib depot. I'm cool with updating LWJGL.

So, what LWJGL version does JME 2.0 (r4093) use?



And btw, is ant or maven the primary build tool for JME?  It seems there are project files for both in svn.


zzorn said:

And btw, is ant or maven the primary build tool for JME?  It seems there are project files for both in svn.

Ant has been the primary, while the maven pom is a new addition. Feel free to try either, but I've always used the ant script.
So, what LWJGL version does JME 2.0 (r4093) use?

2.0.1 (the most current lwjgl)

We're in the process of evaluating whether we want to port our app to jme 2.0 and I wanted to know the exact versions of the renderer libs jme 2.0 is built with. From this thread I got that jme 2.0 is using lwjgl 2.0.1.



I'd like to set up my eclipse projects so I can build against sources rather than pre-built jar files. I've already set up lwjgl 2.0.1 and 2.1.0 - just looking to set up a jogl project now.



What is the exact version of jogl used with jme 2.0?



(Apologies in advance if this has been addressed already - I looked around in the forums but couldn't find an answer…)



Thanks.

A little more searching yielded http://www.jmonkeyengine.com/jmeforum/index.php?topic=10184.msg77802#msg77802



So I presume jogl 1.1.1 is the official version jme 2.0 is built with? (Just need confirmation.)

2.0.1 and 1.1.1 should be correct.

The libraries (jar and natives) also come with the source.