Commercial use of JOGL

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

Commercial use of JOGL

DCJRCJ
Hello,

My English is not native.

I would like to know if JOGL binding is allowed in commercial programs?
If I am not changing nothing in the source code and only using the bidings in my source code is allowed to sell my programs without publishing my sources?

Thanks
Dvir
Reply | Threaded
Open this post in threaded view
|

Re: Commercial use of JOGL

Sven Gothel
Administrator
On Thursday, November 25, 2010 19:59:27 DCJRCJ [via jogamp] wrote:
>
> Hello,
>
> My English is not native.

np

>
> I would like to know if JOGL binding is allowed in commercial programs?

Good that you ask, have to add these links to the webpage/wiki ..

http://jogamp.org/git/?p=gluegen.git;a=blob;f=LICENSE.txt
  The GlueGen Runtime Package !

http://jogamp.org/git/?p=jogl.git;a=blob;f=LICENSE.txt

So you see, we are New BSD 3-Clause license compatible,
which allows you to use it as advertised. In short: Yes you can!


> If I am not changing nothing in the source code and only using the bidings in my source code
> is allowed to sell my programs without publishing my sources?

yes you are eligible

despite legal stuff, we would be happy if you can contribute something back,
be it qualified bug reports and/or other contributions (see wiki how to do it).

Glad you like it.

Cheers, Sven
Reply | Threaded
Open this post in threaded view
|

Re: Commercial use of JOGL

DCJRCJ
Hi,

Thanks for the quick reply.

I am so happy to read that it is allowed in commercial use.

Are you planning to add JOGL tutorials to your website?
There lacks in tutorials/books on JOGL which make it hard to enter to the world of JOGL.

Thanks.
Dvir
Reply | Threaded
Open this post in threaded view
|

Re: Commercial use of JOGL

Sven Gothel
Administrator
On Thursday, November 25, 2010 20:31:14 DCJRCJ [via jogamp] wrote:

>
> Hi,
>
> Thanks for the quick reply.
>
> I am so happy to read that it is allowed in commercial use.
>
> Are you planning to add JOGL tutorials to your website?
> There lacks in tutorials/books on JOGL which make it hard to enter to the world of JOGL.
>

read our web pages incl wiki, you will find it.

again: these things live because of contributions

you are welcome

~Sven
Reply | Threaded
Open this post in threaded view
|

Re: Commercial use of JOGL

Demoscene Passivist
Administrator
In reply to this post by DCJRCJ
For a basic "getting started" tutorials u should checkout our wiki tutorials section.

For more advanced stuff u could have a look at my blog  or rather the corresponding github repository directly for the source code of the examples.

Happy coding
Reply | Threaded
Open this post in threaded view
|

Re: Commercial use of JOGL

Dvir
Thanks, for the information.