{"id":13708535,"url":"https://github.com/JoshFlash/ZenTween","last_synced_at":"2025-05-06T13:31:07.198Z","repository":{"id":108938670,"uuid":"372448678","full_name":"JoshFlash/ZenTween","owner":"JoshFlash","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-12T01:17:04.000Z","size":1357,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T23:13:04.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JoshFlash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-05-31T09:16:13.000Z","updated_at":"2024-05-01T05:24:51.000Z","dependencies_parsed_at":"2023-05-23T07:00:53.549Z","dependency_job_id":null,"html_url":"https://github.com/JoshFlash/ZenTween","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshFlash%2FZenTween","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshFlash%2FZenTween/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshFlash%2FZenTween/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshFlash%2FZenTween/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshFlash","download_url":"https://codeload.github.com/JoshFlash/ZenTween/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224504196,"owners_count":17322355,"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-02T23:00:25.675Z","updated_at":"2024-11-13T18:31:38.541Z","avatar_url":"https://github.com/JoshFlash.png","language":"C#","funding_links":[],"categories":["Example Projects"],"sub_categories":[],"readme":"\n\n**ZenTween** is an easy-to-use C# *tweening* library designed to be used in the Stride Game engine. It aims to be as simple as possible while also being flexible enough for any scenario. ZenTween includes a tweening timeline and multiple helper methods to make tweens simple and easy to work with.\n\n\n## Installation\n\n**Zip**\n\n1. Download the repository as a .zip file and extract it somewhere.\n2. Copy all files into your project.\n3. Add the namespace to any files using it and you're ready to go!\n\n## Usage\n\n1. Add the namespace: `using ZenTween;`\n2. Create a keyframe: `var keyFrame = new TweenKeyFrame\u003cVector3\u003e(4000, new Vector3(2, 5, 2), Easing.GetEasingFunction(EasingType.CubicInOut));`\n3. Initiate the tween: `Tweening.Tween(Entity.Transform, \"Position\", keyFrame, LerpFunctions.Vector3);`\n4. Call Update every frame: `Tweening.Update(gameTime);`\n5. Voila!\n\nYou may also use the extension methods such as `Entity.Transform.TweenMove(new Vector3(2, 5, 2), 4f);`\n\n**Wiki**\n\nComing soon\n\n## Credits\n\nDerived from the Monogame tweening library [Pleasing](https://github.com/franknorton/Pleasing) written by Frank Norton.\n\nAuthors:\n\n* Josh Flash\n* Frank Norton - Pleasing\n\n## License\n\nZenTween is under the MIT license (2021). A copy of the license is found in the root of the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoshFlash%2FZenTween","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJoshFlash%2FZenTween","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJoshFlash%2FZenTween/lists"}