All Projects → digital-thinking → libgdx-transitions

digital-thinking / libgdx-transitions

Licence: Apache-2.0 license
libgdx screen transitions/fading

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to libgdx-transitions

Finisterra
Java game client and server based on the popular argentina MMORPG Argentum Online
Stars: ✭ 107 (+148.84%)
Mutual labels:  libgdx
Gdx Lml
LibGDX utility libraries.
Stars: ✭ 152 (+253.49%)
Mutual labels:  libgdx
Destinationsol
Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Stars: ✭ 214 (+397.67%)
Mutual labels:  libgdx
Unlucky
Java LibGDX Android 2D RPG Game
Stars: ✭ 111 (+158.14%)
Mutual labels:  libgdx
Libgdx
Туториалы по LibGDX
Stars: ✭ 143 (+232.56%)
Mutual labels:  libgdx
Klooni1010
libGDX game based on the original 1010!
Stars: ✭ 163 (+279.07%)
Mutual labels:  libgdx
Mario Game
🍄 Super Mario Bros 16-bit version clone. Written in Java and using the LibGdx game engine.
Stars: ✭ 95 (+120.93%)
Mutual labels:  libgdx
EasyStage
A stage profile tool for libgdx
Stars: ✭ 17 (-60.47%)
Mutual labels:  libgdx
Gdx Liftoff
A modern setup tool for libGDX Gradle projects
Stars: ✭ 148 (+244.19%)
Mutual labels:  libgdx
Gdx Pay
A libGDX cross-platform API for InApp purchasing.
Stars: ✭ 195 (+353.49%)
Mutual labels:  libgdx
Libgdxplugin
An IntelliJ plugin for use with LibGDX
Stars: ✭ 111 (+158.14%)
Mutual labels:  libgdx
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (+223.26%)
Mutual labels:  libgdx
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (+281.4%)
Mutual labels:  libgdx
Libgdx Ingameconsole
A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
Stars: ✭ 108 (+151.16%)
Mutual labels:  libgdx
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (+455.81%)
Mutual labels:  libgdx
Gdx Vfx
LibGDX post-processing visual effects
Stars: ✭ 105 (+144.19%)
Mutual labels:  libgdx
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (+276.74%)
Mutual labels:  libgdx
DoubleHelix
A live wallpaper and daydream for Android featuring stylized glassy-looking DNA structures
Stars: ✭ 86 (+100%)
Mutual labels:  libgdx
Martianrun
An Open-Source Running Game with libGDX
Stars: ✭ 242 (+462.79%)
Mutual labels:  libgdx
Unciv
Open-source Android/Desktop remake of Civ V
Stars: ✭ 2,744 (+6281.4%)
Mutual labels:  libgdx

libgdx-transitions

==================================

This library uses framebuffers for screen transitions in libgdx like, alpha-fading, color-fading, sliding and slicing. The Game class has been extended to FadingGame, which applies transitions, when setScreen is called. Allows callbacks on start and end of the transitions.

Installation

  1. Make libGDX running on your system
  2. Download the jar
  3. Add gradle dependency

Or just use the source.

Usage

You can take a look at the TestCase to see how it works. You can just replace GdxTest with ApplicationListener and start it from your libgdx project.

If you are using the libgdx Game class you can do the following:

  1. Replace your Game class with FadingGame.
  2. Create transistions
  3. Use setTransition to set the current transition
  4. The next time setScreen is called the transition is executed
  5. Use TransitionListeners

License

Apache 2 License

Contact

Ask me: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].