{"id":13633017,"url":"https://github.com/Whitebrim/AnimatedSprite","last_synced_at":"2025-04-18T10:33:43.151Z","repository":{"id":42177363,"uuid":"416512904","full_name":"Whitebrim/AnimatedSprite","owner":"Whitebrim","description":"Sprite class extension with imagetable animation and finite state machine support for @Playdate","archived":false,"fork":false,"pushed_at":"2025-04-16T11:45:20.000Z","size":221,"stargazers_count":152,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-16T15:47:55.959Z","etag":null,"topics":["animation","library","lua","playdate","sprites"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Whitebrim.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-12T22:10:17.000Z","updated_at":"2025-04-16T11:45:24.000Z","dependencies_parsed_at":"2024-04-16T11:52:52.931Z","dependency_job_id":"6ae59485-dcfd-4ada-8b6d-e1a9b610e2e1","html_url":"https://github.com/Whitebrim/AnimatedSprite","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whitebrim%2FAnimatedSprite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whitebrim%2FAnimatedSprite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whitebrim%2FAnimatedSprite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Whitebrim%2FAnimatedSprite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Whitebrim","download_url":"https://codeload.github.com/Whitebrim/AnimatedSprite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249479042,"owners_count":21279184,"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":["animation","library","lua","playdate","sprites"],"created_at":"2024-08-01T23:00:24.521Z","updated_at":"2025-04-18T10:33:42.906Z","avatar_url":"https://github.com/Whitebrim.png","language":"Lua","readme":"\n# AnimatedSprite\n[![Badge License]][License] [![Toybox Compatible](https://img.shields.io/badge/toybox.py-compatible-brightgreen?style=for-the-badge)](https://toyboxpy.io) [![Latest Version](https://img.shields.io/github/v/tag/Whitebrim/AnimatedSprite?style=for-the-badge)](https://github.com/Whitebrim/AnimatedSprite/tags)\n\nAnimated sprites library for the **[PlayDate]**.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003cdiv align = center\u003e\n\n[![Button Installation]][Install]   \n[![Button Documentation]][Wiki]   \n[![Button Performance]][Performance]\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Features\n\n*How the sprites class has been extended:*\n\n- **Sprite animations**\n\n- **Finite State Machine**\n\n- **JSON Configuration**\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Showcase\n\n*A small example how you could use it:*\n\n```lua\nimport 'AnimatedSprite.lua'\n\n-- Loading imagetable from the disk\nimagetable = playdate.graphics.imagetable.new('path')\n\n-- Creating an AnimatedSprite instance\nsprite = AnimatedSprite.new(imagetable)\n\n-- Adding custom a animation state (Optional)\nsprite:addState('idle',1,5,{ tickStep = 2 })\n\n-- Playing the animation\nsprite:playAnimation()\n```\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Contacts\n\n[![Button Telegram]][Telegram]   \n[![Button Discord]][Discord]   \n[![Button Mail]][Mail]\n\n\u003cbr\u003e\n\n\n\u003c!-----------------------------------------------------------------------------\u003e\n\n[Telegram]: https://tg.brim.su\n[Playdate]: https://play.date/\n[Discord]: https://discordapp.com/users/241961053578199040\n[Wiki]: https://github.com/Whitebrim/AnimatedSprite/wiki\n[Mail]: mailto:dev@brim.su\n\n[Performance]: Documentation/Performance.md\n[Install]: Documentation/Installation.md\n[License]: LICENSE\n\n\n\u003c!----------------------------------[ Badges ]---------------------------------\u003e\n\n[Badge License]: https://img.shields.io/badge/License-MIT-ac8b11.svg?style=for-the-badge\u0026labelColor=yellow\n\n\n\u003c!---------------------------------[ Buttons ]---------------------------------\u003e\n\n[Button Documentation]: https://img.shields.io/badge/Documentation-0099E5?style=for-the-badge\u0026logoColor=white\u0026logo=GitBook\n[Button Installation]: https://img.shields.io/badge/Installation-EF2D5E?style=for-the-badge\u0026logoColor=white\u0026logo=DocuSign\n[Button Performance]: https://img.shields.io/badge/Performance-428813?style=for-the-badge\u0026logoColor=white\u0026logo=GoogleAnalytics\n\n\n[Button Telegram]: https://img.shields.io/badge/Telegram-26A5E4?style=for-the-badge\u0026logoColor=white\u0026logo=Telegram\n[Button Discord]: https://img.shields.io/badge/%40brim__-5865F3?style=for-the-badge\u0026logoColor=white\u0026logo=Discord\n[Button Mail]: https://img.shields.io/badge/Email-EA4335?style=for-the-badge\u0026logoColor=white\u0026logo=Gmail\n\n","funding_links":[],"categories":["Game Development"],"sub_categories":["Programming Frameworks \u0026 Languages"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWhitebrim%2FAnimatedSprite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWhitebrim%2FAnimatedSprite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWhitebrim%2FAnimatedSprite/lists"}