libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

feat: Add windows arm build target #51

Closed SimonIT closed 7 months ago

SimonIT commented 7 months ago

I heard rumors of Windows 12 with more focus on ARM, so maybe it's a good idea to add Windows Arm support here. I'm sadly unable to test it as I currently don't own a Windows ARM device

Berstanio commented 7 months ago

Is arm32 windows really still a thing? I'm not really familiar with the windows ecosystem, but I thought they dropped 32bit with win 11?

Frosty-J commented 7 months ago

If you have a Raspberry Pi or similar, you can get Windows installed on it. Sadly I no longer have any SBCs.

I thought they dropped 32bit with win 11?

They did. Windows 10 still has ARM32. It's a tiny market share, far smaller than 32-bit x86.

SimonIT commented 7 months ago

Good idea with the sbc, I will try it