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

fix: Remove unsupported compiler flags #56

Closed SimonIT closed 7 months ago

SimonIT commented 7 months ago

I used https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build for a first build, and these arguments weren't supported (which makes totally sense if I think about it).

I got Windows 10 for IoT running on my raspberry pi, but it seems it can run only special applications? I started trying to run normal Windows on it, but didn't come to any results yet

SimonIT commented 7 months ago

Screenshot (1) I got Windows 10 running on my poor raspberry pi, but it seems the driver doesn't support OpenGL...

SimonIT commented 7 months ago

Screenshot (2) Screenshot (3) Screenshot (4) It works with angle🎉 So I think it's pretty safe to merge