Login  Register

Re: Want to share JOGL Port of TWL

Posted by jmaasing on Nov 29, 2017; 7:30pm
URL: https://forum.jogamp.org/Want-to-share-JOGL-Port-of-TWL-tp4038346p4038356.html

Here is a PR to build with maven.
https://github.com/maheshkurmi/jogl-twl/pull/1

The project builds but none of the demos run. The way you load source files in the demo is impossible to make work if you package the jogl-twl as a jar file (as it should be IMHO). So you probably need to invent some other way to include the source files.

Anyway, it's a start if you want to go down the maven way. Which I think you should if you want other people to use the library.