Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/movingblocks/gestalt

A family of libraries providing a variety of core capabilities for use by games and game engines.
https://github.com/movingblocks/gestalt

game-engines games hacktoberfest terasology

Last synced: 14 days ago
JSON representation

A family of libraries providing a variety of core capabilities for use by games and game engines.

Awesome Lists containing this project

README

        

# gestalt
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

## Development
To build locally, use `gradlew jar`.
### Android Set-Up (optional)
To build `gestalt-android`, you will need to:
* Download the Android SDK and use the `sdkmanager` tool to install the API 30 build tools.
* Create a `local.properties` file in the repository root containing:
`sdk.dir=`,
where is the directory in which you installed the Android SDK.