Xith and JSR231

Don’t know if it’s working now, but I know I tested it someday and it didn’t work.

Haven’t tried it yet, but I’d like to give it a try some day (full screen support seems to be better in LWJGL, especially on older JREs).

I’ve ported Xith to JSR231 because I wanted to use JOGLAppletLauncher with Sun signing. I might try the LWJGL equivalent it in the coming months (with my own cert) to see how it performs (and if it works)

Now, let’s go back to upload my Xtih updates…

Lilian :slight_smile:

Yuri (and others), I’ve uploaded my JSR231 as an attachment of issue #103 on the issue tracker. feel free to use it !

Lilian

Thanks,

Checking it out.

I already played with your previous version, and it was working fine, so I will integrate new version into CVS ASAP.

Also I would like to ask other to attend some of conceptual topics I highlighted in other posts, because of they may cause some incompatible changes in future (what I really don’t like).

Yuri

Lilian,

I tested your code and it works pretty well. There is one minor issue with Texture3D, so I will check this in more details. Anyway, I am up to update current CVS version with this renderer.

The question is if we should stop supporting JOGL renderer?

Yuri

Texture3D : I don’t use it, so I haven’t tested it…

About dropping JOGL for JSR231 : This issue has been discussed and it seems like William wanted to do that. I’m not that sure, but for my own needs it’s clear that I won’t use this unsupported version anymore.

Lilian :slight_smile:

New JSR-231 renderer committed.

Yuri

Yes it is working. Yes it is relatively up to date. My personal project supports both (user configurable), something I have found very useful when for some reason one of the API’s would just not work on a particular setup.

Cheers,

Will.