{"id":17873980,"url":"https://github.com/ippan/spriterintegration","last_synced_at":"2025-08-23T15:14:54.394Z","repository":{"id":35112254,"uuid":"39296330","full_name":"ippan/SpriterIntegration","owner":"ippan","description":"a single file script to load Spriter animations to Gideros","archived":false,"fork":false,"pushed_at":"2015-07-25T12:54:14.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:45:21.232Z","etag":null,"topics":["gideros","lua","spriter"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kkdai/youtube","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ippan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-18T11:36:44.000Z","updated_at":"2018-03-03T18:15:50.000Z","dependencies_parsed_at":"2022-09-16T14:10:37.296Z","dependency_job_id":null,"html_url":"https://github.com/ippan/SpriterIntegration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ippan/SpriterIntegration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ippan%2FSpriterIntegration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ippan%2FSpriterIntegration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ippan%2FSpriterIntegration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ippan%2FSpriterIntegration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ippan","download_url":"https://codeload.github.com/ippan/SpriterIntegration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ippan%2FSpriterIntegration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271754354,"owners_count":24815181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gideros","lua","spriter"],"created_at":"2024-10-28T11:07:10.860Z","updated_at":"2025-08-23T15:14:54.340Z","avatar_url":"https://github.com/ippan.png","language":"Lua","readme":"# Spriter Gideros Integration\n\na single file script to load [Spriter](http://www.brashmonkey.com) animations to [Gideros](http://giderosmobile.com)\n\n## Current Features\n\n* load Spriter texture pack\n* load Spriter scon file\n* play object animation\n* play bone animation\n\n## Install\n\n* drop Spriter.lua to your project\n\n## Example\n\n    local texture = Texture.new(\"data/bat.png\")\n\n    local texture_pack = Spriter.TexturePack.new(texture, \"data/bat.json\")\n    spriter_object = Spriter.create(\"data/bat.scon\")\n\n    local sprite = spriter_object:createEntitySprite(\"bat\")\n    sprite.texture_pack = texture_pack\n \n    sprite:play(\"idle\")\n \n    stage:addChild(sprite)\n\n## Notes\nimages in this repository come form my game call [BaBaBear Boom](https://itunes.apple.com/app/bababear-boom/id702178407)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fippan%2Fspriterintegration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fippan%2Fspriterintegration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fippan%2Fspriterintegration/lists"}