项目作者: fitgames

项目描述 :
Spine Runtime
高级语言: C#
项目地址: git://github.com/fitgames/fitgames.spine.git
创建时间: 2018-03-31T15:53:33Z
项目社区:https://github.com/fitgames/fitgames.spine

开源协议:Other

下载


FitGames.Spine

build status

FitGames.Spine is an extension of the Spine Runtime, and the XNA supporting objects.

Other Modifications

There is a new namespace added with two objects ContentAtlas and ContentSkeletonJson which inherit from SkeletonJson. These were created to load Spine objects from the content of the files instead of using a Stream or relying on XNATextureLoader.

The second, perhaps more important is because they are used in our MonoGame pipeline extension which allows zipping atlas.txt, skeleton.json, and skeleton.png into a zip file. This new zip file can be process by the pipeline and loaded using Content.Load<SpineAsset>('assetkey') with ease, and ready for rendering.