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
60 stars 25 forks source link

Replace requireMacOSToBuild with canBuild BooleanSupplier #11

Closed PokeMMO closed 4 years ago

PokeMMO commented 4 years ago

Much nicer, and allows overriding unsupported/conditional builds better. Allows you to configure gradle to cross compile, or compile only natively easily.