SheerSt / pokewilds

PokeWilds - A Gen 2 Game/Engine using libGDX
2.68k stars 202 forks source link

[Feature Request]: Port for RG35xx #443

Closed johnsledget closed 11 months ago

johnsledget commented 11 months ago

What would you like to request?

Is this possible to port this amazing game to RG35xx? I tried but i failed. See images for example. I used the build under other platform, pokewilds.jar. Lastly, i was able to use higher glibc and the result was segmentation fault. From there i dont know what to do. Please have comments and advice.

Ran under koriki os. IMG_20231026_222738

Ran under garlic os. IMG_20231026_223042

fourlastor commented 11 months ago

Unfortunately, this is not possible, I had a chat in the Anbernic discord a year and something ago about it.

Pokewilds is made with libgdx, which is made with LWJGL, which doesn't run on the platform. The main issue seems to be the lack of a window system that LWJGL supports (x11/wayland).