{"id":22781800,"url":"https://github.com/fronkongames/gamework-tween","last_synced_at":"2026-05-04T03:31:29.331Z","repository":{"id":114336318,"uuid":"492598553","full_name":"FronkonGames/GameWork-Tween","owner":"FronkonGames","description":"Tween / Easing module.","archived":false,"fork":false,"pushed_at":"2022-08-14T22:15:35.000Z","size":1308,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T14:41:52.503Z","etag":null,"topics":["easing","gamedev","gamedev-framework","gamedev-library","gamedevelopment","indiedev","tween","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","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/FronkonGames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-05-15T20:37:53.000Z","updated_at":"2022-06-16T22:05:56.000Z","dependencies_parsed_at":"2023-05-29T13:47:27.237Z","dependency_job_id":null,"html_url":"https://github.com/FronkonGames/GameWork-Tween","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FronkonGames/GameWork-Tween","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FGameWork-Tween","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FGameWork-Tween/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FGameWork-Tween/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FGameWork-Tween/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FronkonGames","download_url":"https://codeload.github.com/FronkonGames/GameWork-Tween/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FronkonGames%2FGameWork-Tween/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32593741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["easing","gamedev","gamedev-framework","gamedev-library","gamedevelopment","indiedev","tween","unity","unity3d"],"created_at":"2024-12-11T21:08:38.816Z","updated_at":"2026-05-04T03:31:29.314Z","avatar_url":"https://github.com/FronkonGames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"Documentation/Animation.gif\" /\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eTween / Easing Module\u003c/b\u003e\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca style=\"text-decoration:none\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/package-json/v/FronkonGames/GameWork-Tween-Module?style=flat-square\" alt=\"version\" /\u003e\n  \u003c/a\u003e  \n  \u003ca style=\"text-decoration:none\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/FronkonGames/GameWork-Tween-Module?style=flat-square\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n  \u003ca style=\"text-decoration:none\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/top/FronkonGames/GameWork-Tween-Module?style=flat-square\" alt=\"top language\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features 🎇\n\n- Fluent API.\n- Unity Transform extensions.\n- Coroutine support.\n\n## Requisites 🔧\n\n- Unity 2021.2 or higher.\n- [Game:Work Core](https://github.com/FronkonGames/GameWork-Core).\n- [Game:Work Foundation](https://github.com/FronkonGames/GameWork-Foundation).\n- Test Framework 1.1.31 or higher.\n\n## Installation 📦️\n\n### Editing your 'manifest.json'\n\n- Open the manifest.json file of your Unity project.\n- In the section \"dependencies\" add:\n\n```c#\n{\n  ...\n  \"dependencies\":\n  {\n    ...\n    \"FronkonGames.GameWork.Modules.Tween\": \"git+https://github.com/FronkonGames/GameWork-Tween.git\",\n    \"FronkonGames.GameWork.Core\": \"git+https://github.com/FronkonGames/GameWork-Core.git\",\n    \"FronkonGames.GameWork.Foundation\": \"git+https://github.com/FronkonGames/GameWork-Foundation.git\"\n  }\n  ...\n}\n```\n\n### Git\n\nFirst clone the dependencies inside your Assets folder:\n\n```\ngit clone https://github.com/FronkonGames/GameWork-Foundation.git\n\ngit clone https://github.com/FronkonGames/GameWork-Core.git\n```\n\nThen clone the repository:\n\n```\ngit clone https://github.com/FronkonGames/GameWork-Tween.git\n```\n\n## Use 🚀\n\nTODO.\n\n## License 📜\n\nCode released under [MIT License](https://github.com/FronkonGames/GameWork-Scene-Module/blob/main/LICENSE).\n\n[\"Super Star (Super Mario Bros)\"](https://skfb.ly/6zQLq) by Anthony Yanez is licensed under [CC by 4.0](http://creativecommons.org/licenses/by/4.0/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffronkongames%2Fgamework-tween","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffronkongames%2Fgamework-tween","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffronkongames%2Fgamework-tween/lists"}