EmuNewz Network
Update jogl to improve jpcsp ? - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: Update jogl to improve jpcsp ? (/showthread.php?tid=2018)



Update jogl to improve jpcsp ? - theball - 09-10-2010

I have found this links where there is the last version of jogl and gluegen-rt (take jogl.all in the zip). I think it can be improve JPCSP (auto-detect new versions of opengl, better code, ...).

http://jogamp.org/deployment/autobuilds/jogl-b164-2010-09-06_19-42-16/build/

So I have compared your jogl (update 2008) and the new (06/09/2010). There is few differences between the jars so it can be take a moment to adapt jogl and gluegen.
It will be a good thing, no ? What do you think ?


RE: Update jogl to improve jpcsp ? - Orphis - 09-10-2010

I think the API changes a little so it would require some work to use it. But the problem is that it's still a pre-release, I guess there are bugs that could cause some problems, it's safer to keep this one.
Moreover, it's just a binding, functionnality doesn't change much anyway.


RE: Update jogl to improve jpcsp ? - MaXiMu - 09-10-2010

and do you think of the Lightweight Java Game Library ?

Link http://www.lwjgl.org/

It is easy to carry out Or requires many changes?

I mention this because sometimes is faster than JOGL.


RE: Update jogl to improve jpcsp ? - gid15 - 09-11-2010

To be able to use OpenGL 3.1 features (Uniform Buffer Object), I need to upgrade the current JOGL version. I'm investigating the following alternatives:
- switch to new JOGL version: I have already a Jpcsp running with it, but there is no change in performance, as expected by Orphis.
- switch to LWJGL: I'm investigating this alternative as it also allows the support of Gamepads.


RE: Update jogl to improve jpcsp ? - Orphis - 09-11-2010

And it also supports OpenAL which could be interesting to have a proper sound support on all platforms !