libgdx / Jamepad

A better way to use gamepads in Java
Apache License 2.0
20 stars 13 forks source link

Linux Riscv BuildTarget #26

Open SimonIT opened 11 months ago

SimonIT commented 11 months ago

Hmmm, can't say if it actually works. I'm getting this error with my local build: java: symbol lookup error: /tmp/libgdxroot/e7dd301d/libjamepadriscv64.so: undefined symbol: SDL_SetHint

MrStahlfelge commented 11 months ago

Ok, we can proceed here now?

SimonIT commented 11 months ago

It seem to work 🎉 image But somehow, my XBOX controller doesn't get recognized. Not even the LED lights up. I think that's a different problem

MrStahlfelge commented 11 months ago

Platform could be unsupported by sdl? Anyhow, do you think we should merge this?

SimonIT commented 11 months ago

Merging before libgdx/libgdx#7275 is a bit pointless, I think. Otherwise, I read that someone is using this library outside of libgdx, so it could be handy without the mentioned PR