czyzby / gdx-lml

:octocat: LibGDX utility libraries.
Apache License 2.0
159 stars 25 forks source link

ApplicationListener implementation that manages (Abstract)LmlView instances #14

Closed czyzby closed 8 years ago

czyzby commented 8 years ago

This would be a similar view manager to LibGDX Game - it should just operate on (Abstract)LmlView instances rather than Screens. Should have Actions support for smooth screen transitions.

czyzby commented 8 years ago

Implemented. gdx-lml-vis-websocket example project was refactored to demonstrate its usage.