A family of libraries providing a variety of core capabilities for use by games and game engines.
For documentations and usage examples, see https://github.com/MovingBlocks/gestalt/wiki
To build locally, use gradlew jar
.
To build gestalt-android
, you will need to:
sdkmanager
tool to install the API 30 build tools.local.properties
file in the repository root containing:
sdk.dir=<SDK_ROOT>
,
where