Login  Register

Re: Help me get started with video playback on Raspberry Pi

Posted by gouessej on Aug 29, 2016; 1:12pm
URL: https://forum.jogamp.org/Help-me-get-started-with-video-playback-on-Raspberry-Pi-tp4037092p4037097.html

Hi

You can use jogamp-fat.jar as a first step, JOGL uses automated native library loading by default, it will extract and load the proper native libraries.

For Maven, maybe my pom file can be useful for you:
https://github.com/gouessej/Ardor3D/blob/master/pom.xml
https://github.com/gouessej/Ardor3D/blob/master/ardor3d-jogl/pom.xml

You can use jogl-all.jar with gluegen-rt.jar instead of jogamp-fat.jar if you need to use only the JARs on Maven Central, the artefacts jogl-all-main and gluegen-rt-main should be enough.
Julien Gouesse | Personal blog | Website