Ezelia Posted September 16, 2013 Share Posted September 16, 2013 Hi all, does anyone know about a standalone Spine Javascript labrary ? (not the one on the official repository it's hard to maintain ...) I really need this, preferably an unobstructive implementation so I can render it the way I want ... I didn't find any good implementation in JS Quote Link to comment Share on other sites More sharing options...
rich Posted September 16, 2013 Share Posted September 16, 2013 I don't think one exists. Everyone seems to use the official one, which I agree is one huge long stream of code. Quote Link to comment Share on other sites More sharing options...
Ezelia Posted September 16, 2013 Author Share Posted September 16, 2013 I found this one witch is cleaner : https://github.com/tleunen/spine-js the source code is inspired by C++ runtimes witch have better structure than JS one. the project seems to be abandonned but it's working fine for animations.didn't tester with texture atlas yet.also flipping/scalling animation seems to be buggy. I'll try to maintain a fork, but this will take me some time since I'm very new to Spine. Quote Link to comment Share on other sites More sharing options...
korpuskel Posted September 16, 2013 Share Posted September 16, 2013 The official runtime has the benefit of still being updated when new features come out, such as - keyable draw order- animated bounding boxes- free form deformation (not too soon) http://esotericsoftware.com/spine/bounding-boxes-and-a-special-announcement/ I don't know if these are important for your project, just wanted to mention it Quote Link to comment Share on other sites More sharing options...
Ezelia Posted September 16, 2013 Author Share Posted September 16, 2013 the official JS runtime is really bad documented, hard to use .... I don't know why it's the only one with such a bad code :/the on I give has the same structure as other implementations and seems cleaner/easier to maintain ... I can't imagine they'll be able to maintaint the official JS runtime for a long time it all the code is put in the same file Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.