16 Commits

Author SHA1 Message Date
Mario Zechner
5b1814cff3 spine-lua, spine-love, spine-corona update to 3.4.02 (#722)
The spine-lua API has been updated to be compatible with Spine version 3.4.02 (latest stable). The spine-lua API now supports path constraints, transform constraints, uses the new way we encode meshes etc. There are no API breaking changes, only API additions, such as PathConstraints and TransformConstraints as well as additional methods to Skeleton and similar classes. The internals of the spine-lua API have also been updated to follow Lua best performance practices by localizing heavily and using meta tables for "class methods". The spine-lua API now also loads texture atlases as exported by Spine. All that is required for a consumer is to supply an image loading function for their specific engine/framework. We provide implementations for spine-love and spine-corona.

The spine-love API can now render all Spine attachment types, including meshes and linked meshes. The API has changed. Where previously a "class" Skeleton existed with a draw function, the new spine-love API introduces a new SkeletonRenderer. See the example on API usage.

The spine-corona API can now also render all Spine attachment types. The API has not changed.
2016-10-11 16:33:25 +02:00
NathanSweet
3a8b70a610 Examples updated. 2016-09-23 15:32:54 +02:00
badlogic
eb3cb8a700 Cleaned up assets in runtime examples, runtimes.sh now copies all assets to the required locations, except for spine-unity. 2016-09-05 15:05:23 +02:00
NathanSweet
058b440dd1 [examples] Fixed export for Windows (with Cygwin). 2016-09-05 11:39:42 +02:00
badlogic
7c2e7e5083 Mario is still an idiot, re-added example exports 2016-09-05 11:36:00 +02:00
badlogic
c92b6f2363 Mario is an idiot 2016-09-05 11:31:57 +02:00
badlogic
9aad7da2ca Made Bash export script work on Windows (cygwin) and macOS 2016-09-05 11:29:44 +02:00
badlogic
1ef1afc890 Added Bash-based export script, Spine binary path hardcoded for macOS 2016-09-05 11:23:31 +02:00
NathanSweet
fce9f56a18 Updated examples.
#664
2016-08-09 21:29:01 +02:00
NathanSweet
e16df6cbd4 Examples updated to 3.4.00. 2016-07-13 14:26:04 +02:00
NathanSweet
e0c2db276f Removed hardcoded version. 2016-07-08 01:51:31 +02:00
NathanSweet
00f75cf3fa [libgdx] Updated examples. 2016-07-06 16:39:04 +02:00
NathanSweet
14db99eea8 Updated examples. 2016-07-06 16:38:24 +02:00
NathanSweet
3bb34eb9f9 Updated examples with binary data and PMA and non-PMA atlases. 2016-07-01 17:19:18 +02:00
NathanSweet
a39df63fd0 Updated a few example projects to 3.3.07. 2016-06-30 23:49:26 +02:00
NathanSweet
1c717e2d44 Added example projects and exports. 2016-06-30 15:43:15 +02:00