Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/movingblocks/gestalt
- Owner: MovingBlocks
- License: apache-2.0
- Created: 2015-03-03T08:17:07.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-25T13:50:52.000Z (about 1 month ago)
- Last Synced: 2024-12-11T23:32:39.490Z (23 days ago)
- Topics: game-engines, games, hacktoberfest, terasology
- Language: Java
- Homepage:
- Size: 2.42 MB
- Stars: 27
- Watchers: 25
- Forks: 23
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.