-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Linux Support #34
Comments
Since libGDX is cross-platform, it should be possible, right? |
Probably? Apparently LibGDX already supports Linux on Arm, and the project genarator I used, gdx-liftoff, creates basic setup for cross-compiling lwjgl3 module using construo. I'd been able to create a Linux x64 runnable by simply running |
A small upadate: I played with the build config a bit and was able to add Linux AARCH64 as a target. Now |
If you've pushed that build config change I'll try it on my Linux phone later today :) |
I did. |
I ran it, where does it output to? |
|
ty |
Looks related to this?: 00-Evan/shattered-pixel-dungeon#385 (comment) |
What version of libgdx is used |
oh did you unpack the jar |
Yes |
Oh yeah its in the unpacked jar. |
Maybe that? : https://forums.raspberrypi.com/viewtopic.php?t=357800. 32 bit OS? |
Certainly I'm not on 32 bit, its arm64 |
Did you see this? What version of libgdx is being used? Also maybe this? libgdx/libgdx#1127 |
shattered-pixel-dungeon definitely has a working flatpak linux aarch64 build (ive played it) |
Well native libs are there, and linuxX64 build works 😐 |
Hmm. Ill test again soon, but maybe libgdx requires glibc rather than musl? |
That might be the problem yeah. |
Great! This means we just need to flatpak it and it'll work I think! (or we need to wait for that issue to br fixed maybe) |
Hello! I'm not sure if it's possible, but it would be great if linux support could be added to this app.
I have a linux phone, and there currently aren't any good solitaire games (and this is the best I've seen for Android). Again, I have no GDX knowledge, so this might be impossible, sorry if so. If you can get it compiling for Linux, I can package it as a Flatpak and put it on Flathub, so it can be downloaded on any linux distro. Thanks!
The text was updated successfully, but these errors were encountered: