badlogic 2a973da308 [lua] Ported Animation/Timeline changes 8 rokov pred
..
attachments 2a973da308 [lua] Ported Animation/Timeline changes 8 rokov pred
Animation.lua 2a973da308 [lua] Ported Animation/Timeline changes 8 rokov pred
AnimationState.lua 2a973da308 [lua] Ported Animation/Timeline changes 8 rokov pred
AnimationStateData.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
Atlas.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
AtlasAttachmentLoader.lua 1fafbd0cb7 [corona] Added coin sample, added clipping attachment loading, fixed bug in Corona renderer. 8 rokov pred
AttachmentLoader.lua 1fafbd0cb7 [corona] Added coin sample, added clipping attachment loading, fixed bug in Corona renderer. 8 rokov pred
AttachmentType.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
BlendMode.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
Bone.lua 0a2ca732cd [lua][corona] Ported 3.6 changes except TransformConstraint update 8 rokov pred
BoneData.lua 7cd0cd5fde [lua] First pass on 3.5 update, only Skeleton:updateCache and updateWorldTransform missing 8 rokov pred
BoundingBoxAttachment.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
Color.lua 3ab208ed82 [lua] Fix for Color:newWith 8 rokov pred
Event.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
EventData.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
IkConstraint.lua 5f1431c397 [lua] Ported IKConstraint fix. 8 rokov pred
IkConstraintData.lua 7cd0cd5fde [lua] First pass on 3.5 update, only Skeleton:updateCache and updateWorldTransform missing 8 rokov pred
LICENSE ef50131431 [runtimes] Updated all LICENSE files and README.mds 8 rokov pred
MeshAttachment.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
PathConstraint.lua 0a2ca732cd [lua][corona] Ported 3.6 changes except TransformConstraint update 8 rokov pred
PathConstraintData.lua 7cd0cd5fde [lua] First pass on 3.5 update, only Skeleton:updateCache and updateWorldTransform missing 8 rokov pred
README.md d52d2e72ee Updated READMEs, supported version is 3.5.xx. 8 rokov pred
RegionAttachment.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
Skeleton.lua 0a2ca732cd [lua][corona] Ported 3.6 changes except TransformConstraint update 8 rokov pred
SkeletonBounds.lua 0a2ca732cd [lua][corona] Ported 3.6 changes except TransformConstraint update 8 rokov pred
SkeletonClipping.lua 8123422f33 [lua] Fixed SkeletonClipping. [corona] Refactored rendering, should be a bit faster as it avoids a bunch of copies. Fixed RegionAttachment to be in alignement with reference implementation 8 rokov pred
SkeletonData.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
SkeletonJson.lua c496c0aa08 [lua] Fixed typo in SkeletonJson, closes #893 8 rokov pred
Skin.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
Slot.lua 4ee17864a2 Merged manually with master. @pharan please check AttachmentTools, stretchyman diffuse pma material 8 rokov pred
SlotData.lua 0a2ca732cd [lua][corona] Ported 3.6 changes except TransformConstraint update 8 rokov pred
TextureAtlas.lua 315e2eef40 [lua] Closes #729, error in texture atlas parser 8 rokov pred
TextureAtlasRegion.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
TextureFilter.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
TextureRegion.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
TextureWrap.lua c0fdc454a2 Fixed inconsistent newlines. 8 rokov pred
TransformConstraint.lua 946a97d67a [lua] Ported 3.6 changes of TransformConstraint 8 rokov pred
TransformConstraintData.lua 0a2ca732cd [lua][corona] Ported 3.6 changes except TransformConstraint update 8 rokov pred
TransformMode.lua 7b093dad40 [lua] Added TransformMode enum 8 rokov pred
Triangulator.lua abc5ff272d [lua] Added convex decomposition 8 rokov pred
utils.lua 8123422f33 [lua] Fixed SkeletonClipping. [corona] Refactored rendering, should be a bit faster as it avoids a bunch of copies. Fixed RegionAttachment to be in alignement with reference implementation 8 rokov pred

README.md

spine-lua

The spine-lua runtime provides functionality to load and manipulate Spine skeletal animation data using Lua. It does not perform rendering but can be extended to enable Spine animations for other Lua-based projects.

Licensing

This Spine Runtime may only be used for personal or internal use, typically to evaluate Spine before purchasing. If you would like to incorporate a Spine Runtime into your applications, distribute software containing a Spine Runtime, or modify a Spine Runtime, then you will need a valid Spine license. Please see the Spine Runtimes Software License for detailed information.

The Spine Runtimes are developed with the intent to be used with data exported from Spine. By purchasing Spine, Section 2 of the Spine Software License grants the right to create and distribute derivative works of the Spine Runtimes.

Spine version

spine-lua works with data exported from Spine 3.5.xx.

spine-lua supports all Spine features.

spine-lua does not yet support loading the binary format.

Setup

  1. Download the Spine Runtimes source using git or by downloading it as a zip.
  2. Copy the contents of the spine-lua directory into your project.

Runtimes Extending spine-lua