https://github.com/movingblocks/splashscreen
A library that provides splash screen implementations.
https://github.com/movingblocks/splashscreen
Last synced: 9 months ago
JSON representation
A library that provides splash screen implementations.
- Host: GitHub
- URL: https://github.com/movingblocks/splashscreen
- Owner: MovingBlocks
- License: apache-2.0
- Created: 2015-07-27T16:26:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T19:43:09.000Z (over 2 years ago)
- Last Synced: 2025-04-20T19:38:05.377Z (10 months ago)
- Language: Java
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 20
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SplashScreen
=========
A library that provides splash screen implementations.
Usage
-----------
You can integrate this library like this using Gradle:
```
compile(group: 'org.terasology', name: 'splash-screen', version: '1.1.1')
```
This library requires [Java 8](http://java.com/download).
## License & Attribution
-----------
* [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html) for the main work provided by The Terasology Foundation
* [MIT License](https://opensource.org/licenses/MIT) for the embedded work by Heiko Brumme originally from [lwjgl3-tutorial on GitHub](https://github.com/SilverTiger/lwjgl3-tutorial) with additional modifications by The Terasology Foundation