{"id":13744461,"url":"https://github.com/tylerzhu/SpriteSheet","last_synced_at":"2025-05-09T03:31:52.653Z","repository":{"id":14497431,"uuid":"17210457","full_name":"tylerzhu/SpriteSheet","owner":"tylerzhu","description":"ActionScript 3.0 Sprite Sheet render engine","archived":false,"fork":false,"pushed_at":"2014-04-01T12:17:42.000Z","size":616,"stargazers_count":29,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T16:40:29.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tylerzhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-26T12:49:09.000Z","updated_at":"2024-11-14T10:05:40.000Z","dependencies_parsed_at":"2022-09-02T17:31:42.558Z","dependency_job_id":null,"html_url":"https://github.com/tylerzhu/SpriteSheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerzhu%2FSpriteSheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerzhu%2FSpriteSheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerzhu%2FSpriteSheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerzhu%2FSpriteSheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tylerzhu","download_url":"https://codeload.github.com/tylerzhu/SpriteSheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183176,"owners_count":21867373,"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","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":[],"created_at":"2024-08-03T05:01:09.892Z","updated_at":"2025-05-09T03:31:52.349Z","avatar_url":"https://github.com/tylerzhu.png","language":"ActionScript","funding_links":[],"categories":["Apps \u0026 Tools"],"sub_categories":["Development Tool"],"readme":"SpriteSheet\n===========\n\nActionScript 3.0 Sprite Sheet render engine\n\n实现了SpriteSheet精灵序列图引擎，可以解析Flash Cs6/TexturePacker导出的JSON、JSON-Array、XML格式的SpriteSheet。\n相关介绍：http://www.cnblogs.com/skynet/p/3570421.html\n\nSpriteSheet调整中心等功能，参考SpriteSheet编辑工具：https://github.com/saylorzhu/SpriteSheetEdit \n\nDemo\n-----------\n. 加载SpriteSheet png图片及数据描述文件\n\n\u003eAssetManager.getInstance().getGroupAssets(\"spritesheets-json\", [\"data/json/jsonformat.json\", \"data/json/jsonformat.png\"], onAnimLoaded);\n\n. 创建SpriteSheet实例：\n\n\u003eprivate function onAnimLoaded():void  \n{  \n\tvar bitmapData:BitmapData = AssetManager.getInstance().bulkLoader.getBitmapData(\"data/json/jsonformat.png\");  \n\tvar sheets:* = AssetManager.getInstance().getContent(\"data/json/jsonformat.json\");  \n\tvar sp:SpriteSheet = new SpriteSheet(bitmapData, sheets, DataFormat.FORMAT_JSON);  \n\tsp.setAction(\"呼吸\", 14);  \n\tsp.play();  \n\taddChild(sp);  \n}\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerzhu%2FSpriteSheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerzhu%2FSpriteSheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerzhu%2FSpriteSheet/lists"}