rafaskb / awesome-libgdx

🎮 📝 A curated list of libGDX resources to help developers make awesome games.
https://github.com/rafaskb/awesome-libgdx
Creative Commons Zero v1.0 Universal
1.01k stars 76 forks source link

Add libgdx-screenmanager #27

Closed crykn closed 3 years ago

crykn commented 3 years ago

A screen manager for libGDX supporting transition effects. Handles the changing of screens and allows to apply effects during the transition from one screen to another (screenManager.pushScreen("settings_screen", "blending_transition")). Also supports transition shaders, so all the cool shaders on gl-transitions can be used.

Documentation is provided in the wiki and the repo contains a simple example to get started.

Some of the effects that are possible:

payne911 commented 3 years ago

I'm in favor of this project being listed. :)

crykn commented 3 years ago

Thanks, @rafaskb!