Where do I post my JOGL demo?

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

Where do I post my JOGL demo?

Pixelapp
I just ported this demo from Java-tips.org. Carried over from jogl1.1 to jogl2.0

It is a very useful demo. So, please upload it to jogl demos section of Jogamp.org.

Quat4f.java
Point2f.java
Vector3f.java
InputHandler.java
Lesson48.java
ArcBall.java
Matrix4f.java
Renderer.java
Reply | Threaded
Open this post in threaded view
|

Re: Where do I post my JOGL demo?

Sven Gothel
Administrator
On 05/17/2012 08:18 PM, Pixelapp [via jogamp] wrote:
> I just ported this demo from Java-tips.org. Carried over from jogl1.1 to jogl2.0
>
> It is a very useful demo. So, please upload it to jogl demos section of
> Jogamp.org.

Why don't you clone jogl-demos via git,
add a new subpackage for your stuff w/ a nice name 'javatips' or 'pixelapp'
and then we can pull and merge it.

~Sven