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

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.

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