I have just a simple question: which version of LWJGL is suitable for various jME versions?
For example:
jME version | | | LWJGL version |
0.10 |
? |
|
0.9 |
? |
|
0.8 |
? |
Or I can just use the latest one.
I have just a simple question: which version of LWJGL is suitable for various jME versions?
For example:
jME version | | | LWJGL version |
0.10 |
? |
|
0.9 |
? |
|
0.8 |
? |
i did not know one can do such pretty tables in the forum. i would have abused it a lot if i knew
0.10 is lwjgl 0.99, 1.0b is CVS only.
Thanks.
So here an updated version of my little table :D.
jME |
LWJGL |
Java |
jorbis |
jogg |
Reference |
Current CVS |
0.1b |
5 (1.5.0) and above |
0.0.12 (?) |
0.0.5 (?) |
CVS Browser on java.dev.net |
0.10 |
0.99 |
1.4 and above (except 1.4.2_05 and 1.4.2_04 for JNI incompatibilities) |
0.0.12 (?) |
0.0.5 (?) |
(I have not found) |
0.9 |
0.98 |
1.4 and above (except 1.4.2_05 and 1.4.2_04 for JNI incompatibilities) |
0.0.12 (?) |
0.0.5 (?) |
|
0.8 |
0.94 |
1.4 and above (except 1.4.2_05 and 1.4.2_04 for JNI incompatibilities) |
0.0.12 |
0.0.5 |
Browsing around I have discovered old informations that I forgot. So now I am able to fill someway the table.
jME |
LWJGL |
Java |
jorbis |
jogg |
Reference |
0.10 |
0.99 or 0.1b? |
1.4 and above (except 1.4.2_05 and 1.4.2_04 for JNI incompatibilities) |
0.0.12 (?) |
0.0.5 (?) |
(I have not found) |
0.9 |
0.98 |
1.4 and above (except 1.4.2_05 and 1.4.2_04 for JNI incompatibilities) |
0.0.12 (?) |
0.0.5 (?) |
|
0.8 |
0.94 |
1.4 and above (except 1.4.2_05 and 1.4.2_04 for JNI incompatibilities) |
0.0.12 |
0.0.5 |
And if you use CVS, the version to use is included.
change 0.1b to 1.0b and put it in the wiki or something
MrCoder said:
change 0.1b to 1.0b and put it in the wiki or something :)
go to the jme wiki: http://www.jmonkeyengine.com/wiki/
register
login
find a relevant place for the info
press “Edit this page”
enter text
press “Save”
done
well done!
I still made a little error. I wrote wrong incompatible versions of Java. Java incompatible versions were Java 1.4.2_05 and 1.4.2_06, not 1.4.2_04.
Fixed.