Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.35 KB

netthreads-libgdx

Extension library for LibGDX Scene2D components.

  • Cocos2d-like Director.
  • Cocos2d-like Scenes and Layers with onEntry and onExit handling.
  • Callback action which you can chain into a Sequence to perform some task.
  • Box2D actions.
  • Custom event routing to implement an event driven design.
  • Simple Cocos2d-like Scene transitions: slide in from left/right top/bottom etc.
  • Sound and texture caches.
  • Fully mavenized.

There are demos using this library here:

https://github.com/alistairrutherford/libgdx-demos

Build instructions here:

https://github.com/alistairrutherford/netthreads-libgdx/wiki/Build-Instructions

Changelog here:

https://github.com/alistairrutherford/netthreads-libgdx/wiki/Changelog

License

[Copyright - Alistair Rutherford 2016 - www.netthreads.co.uk]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.