Login  Register

Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX

Posted by dardzull@yahoo.com on Feb 18, 2013; 9:19pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028258.html

To run JME3 on the RPi you need to have something more or less like:

java -Dnativewindow.ws.name=jogamp.newt.driver.bcm.vc.iv -jar MyGame.jar


The "-Dnativewindow.ws.name=jogamp.newt.driver.bcm.vc.iv" MUST be there to work in X or X-less.  I'm not a fan of Eclipse so your on your own there.  =(