Results 1 to 10 of 28

Thread: Spriter - Tool for making 2d animations easier

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Staff / News Reporter phibermon's Avatar
    Join Date
    Sep 2009
    Location
    England
    Posts
    524
    Jink does have a 2D engine inside it with an editor along the lines of spine. Spine is far more polished however and looks like it's got quite a good uptake so I think I'll add a plugin myself at some stage since there's now a public format for 2D armature animations!

    Does spine allow you to reference your source images by filename or does it pack the data with the json/binary? for example if I were to use spine I'd keep my support for vector formats such as SVG, so not only can they be part of an animation but that animation can then be resolution independent.

    it's a damn sight easier than handling 3D formats! I'm still having issues with MD5 quaternions in bone space and IQM rest poses
    When the moon hits your eye like a big pizza pie - that's an extinction level impact event.

  2. #2
    spine does reference the images by file names. however, it does not use separate images, instead it assumes that all the images are packed into an atlas texture, so an atlas file is required. it can be made to work with separate images with some small changes to the runtime.

  3. #3
    Well...

    Here is the ZenGL updated code with an improved example!

    You can walk with the goblin with Left/Right keys, can attack pressing Space and can change the Skin (to a Female Goblin) using C key.

    This is the first draft of ZenGL code yet, I hope to improve it a lot and I will post any progress here! The next step is use the Mix animations function to provide sweet transition between different animations. =)

    I hope to keep updating this ZenGL example to provide a good class for Handling Spine Animations with ZenGL (using Dan's Pascal Headers).

    Ps. To create the Packed textures for it, you will need http://www.codeandweb.com/texturepacker and use the LibGDX exporter! I use only packed textures with my games and I created some functions to help ZenGL handling it, I will clean my code and post the code with examples here in forum sometime soon! But Spine already supports it!

    Any suggestions is welcomed! =)
    Attached Images Attached Images
    Attached Files Attached Files

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •