Release v2.0-rc11

classic Classic list List threaded Threaded
17 messages Options
Reply | Threaded
Open this post in threaded view
|

Release v2.0-rc11

Sven Gothel
Administrator
JogAmp Release v2.0-rc11

http://jogamp.org/wiki/index.php/Release_2.0-rc11
http://jogamp.org/deployment/v2.0-rc11/
http://jogamp.org/deployment/v2.0-rc11/archive/ChangeLogs/
http://jogamp.org/deployment/v2.0-rc11/archive/jogamp-all-platforms.7z
http://jogamp.org/deployment/v2.0-rc11/apk/ (Android APKs)

Notable changes:
  Dropping X11InitThreads()
  Transparent FBO drawable
  Full OSX support [CaLayer, Java7, GL3.2, ..]
  PMVMatrix / ProjectFloat / FloatUtil fixes and enhancements
  Enhanced fixed function utils: FixedFunctionPipeline / ImmModeSink
  NEWT KeyEvent handling
  NEWT BCM VC IV (Raspberry Pi) support
  Unit Tests: Covering all drawable configurations
  API Doc Enhancements
 
  .. I am sure there are more .. :)

~Sven




signature.asc (907 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

gouessej
Administrator
Ok I'm going to switch as soon as possible. What is really missing for the stable release?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

hharrison
In reply to this post by Sven Gothel
We'll pull this in locally on Monday for some stress testing, as always, thanks for all the hard work Sven.
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

Wade Walker
Administrator
In reply to this post by Sven Gothel
Awesome! Thanks for the hard work on the Mac platform
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
In reply to this post by Sven Gothel
rc11 packages have been pushed to the staging repositories for Central, but it'll be a few hours before the packages are synced on their side.

I'm in the process of updating the docs on the wiki now.
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

Sven Gothel
Administrator
On 11/02/2012 03:23 PM, io7m [via jogamp] wrote:
> rc11 packages have been pushed to the staging repositories for Central, but
> it'll be a few hours before the packages are synced on their side.
>

Awesome, thank you.

Can you push them to our maven URL as well ?

> I'm in the process of updating the docs on the wiki now.

Thank you.

~Sven



signature.asc (907 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
rc11 packages are in the jogamp repository now:

http://jogamp.org/deployment/maven/org/jogamp/

... but I'm still waiting for the pushed packages to be synced to the Central repository. I'm not sure what's taking so long...
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
Packages are now in Central. Turns out that "sync to central" wasn't enabled for the domain.

http://search.maven.org/#search|ga|1|jogamp

Edit: Apologies, the forum seems to be mangling the above URL. The text is correct, but part of it seems to appear outside of the 'a' tag.
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

gouessej
Administrator
This post was updated on .
Thanks :)

Edit.: Why aren't JOAL and JOCL on Maven Central?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
They don't actually exist as Maven packages yet.

It's not much work to create them, but I was under the (possibly mistaken) impression that JOAL and JOCL are still in a state of flux.
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

gouessej
Administrator
I use JOAL in my game and it is used in JMonkeyEngine 3.0 too.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
In reply to this post by io7m
JOAL and JOCL packages are in progress. I'll push them to the jogamp.org repository first and then to Central when we're sure they work correctly.
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

gouessej
Administrator
Thanks :)
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
In reply to this post by io7m
JOCL and JOAL packages are now on the jogamp.org test repository. They can be added to projects with:
<dependency>
  <groupId>org.jogamp.joal</groupId>
  <artifactId>joal-main</artifactId>
  <version>2.0-rc11</version>
</dependency>

<dependency>
  <groupId>org.jogamp.jocl</groupId>
  <artifactId>jocl-main</artifactId>
  <version>2.0-rc11</version>
</dependency>
Please let me know if these packages work correctly, as I currently don't have programs with which to test them. Once we know they work, I'll push them to Central with the others.
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

gouessej
Administrator
It seems to work, Ardor3D users did not complain about that.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

io7m
http://search.maven.org/#search|ga|1|org.jogamp

JOAL is up. JOCL should be up when they sync again in a few hours.

Enjoy!
adi
Reply | Threaded
Open this post in threaded view
|

Re: Release v2.0-rc11

adi
In reply to this post by Sven Gothel
Very good work!! Thanks!