JME3 on Raspberry?

Hi did anyone try so far to use JME3 on a raspberry? Basically I dont care about rendering, headless is enough, I need the OpenAl binding and the audio library :slight_smile:

If jME does not work jogamp JOAL is an alternative that should work on the pi http://jogamp.org/joal/www/

Not tried it but I thought Headless mode didn’t use an AudioRenderer anyway.

Headless works fine. There’s a fork of jME3 that actually supports rendering on RPi - it requires a custom version of LWJGL though.
Maybe once the DRI2 GPU driver is finished for RPi then jME3 can run there without any modifications, but that’s yet to happen.