Jump to content

Spriter for iOS OpenGLES 2.0


mefik.ru

Recommended Posts

I just commit my latest SCML implementation for Spriter named MFKSpriterKit.

GitHub link: https://github.com/mefikru/MFKSpriterKit

It is XCode project with full example. No need any external engine. OpenGLES 2.0 only.

SCMLObject library in 2 files only - SCMLObject.m and SCMLObject.h. SCMLObject library use external XML library RaptureXML as fastest and smallest. 

SCMLObject library support ARC and non ARC model.

SCMLObject load SCML object as 3 files:

  • SCML - generated by Spriter
  • PNG - texture atlas, generated by TexturePacker
  • XML - texture atlas configuration, generated by TexturePacker

SCMLObject has no render inside, so, render example you can see in GameCotroller.m file. SCMLObject generate VBO buffers for each sprite, all necessary transformation like rotate, scale and move proceed by shader.

I test it on iPhone6P and iPhone4S.

ChangeLog:

v 1.0: Initial release.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...