{"id":23221062,"url":"https://github.com/aptacode/interpolatr","last_synced_at":"2026-02-11T22:52:31.985Z","repository":{"id":54954680,"uuid":"246435904","full_name":"Aptacode/Interpolatr","owner":"Aptacode","description":"A Light weight C# .net standard Tweening and Interpolation library","archived":false,"fork":false,"pushed_at":"2021-01-19T22:00:03.000Z","size":1912,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T14:17:04.986Z","etag":null,"topics":["csharp","dotnet","dotnet-core","dotnet-standard","interpolation-library"],"latest_commit_sha":null,"homepage":"https://aptacode.com/opensource/interpolatr/","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/Aptacode.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":"2020-03-11T00:13:36.000Z","updated_at":"2020-11-26T11:48:00.000Z","dependencies_parsed_at":"2022-08-14T07:20:41.917Z","dependency_job_id":null,"html_url":"https://github.com/Aptacode/Interpolatr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aptacode/Interpolatr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aptacode%2FInterpolatr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aptacode%2FInterpolatr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aptacode%2FInterpolatr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aptacode%2FInterpolatr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aptacode","download_url":"https://codeload.github.com/Aptacode/Interpolatr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aptacode%2FInterpolatr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260272618,"owners_count":22984353,"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":["csharp","dotnet","dotnet-core","dotnet-standard","interpolation-library"],"created_at":"2024-12-18T22:15:12.509Z","updated_at":"2026-02-11T22:52:26.965Z","avatar_url":"https://github.com/Aptacode.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Interpolatr\n\n### a lightweight cross platform .net tweening \u0026 Interpolation library.\n\n\nNuGet package:\n\n[![NuGet](https://img.shields.io/nuget/v/Aptacode.Interpolatr.svg?style=flat)](https://www.nuget.org/packages/Aptacode.Interpolatr/)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/042b4cf9e73b4a46aa38c55c3d4c3b0c)](https://www.codacy.com/manual/Timmoth/Aptacode.Interpolatr?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Timmoth/Aptacode.Interpolatr\u0026amp;utm_campaign=Badge_Grade)\n![last commit](https://img.shields.io/github/last-commit/Timmoth/Aptacode.Interpolatr?style=flat-square\u0026cacheSeconds=86000)\n\n\n## User Guide\n\n### Code Example\n\n```csharp\n\ndouble startValue = 0;\ndouble endValue = 10;\nint stepCount = 5;\n\nIEnumerable\u003cDouble\u003e result = DoubleInterpolator.Interpolate(stepCount, DefaultEasers.Linear, startValue, endValue);\n\n//Expected output { 2, 4, 6, 8, 10 }\n\n```\n\n### Easers\nEaser functions are used to determine the rate at which a transformations value changes. The graphs below show the rate at which an interpolator affected by each easer approaches its end value over time.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"700\" height=\"600\" src=\"https://raw.githubusercontent.com/Timmoth/Aptacode.Interpolatr/master/Resources/Images/easers.png\"\u003e\n\u003c/p\u003e\n\n### Easer demos\n\n#### Linear\n\n![Alt Text](https://raw.githubusercontent.com/Timmoth/Aptacode.Interpolatr/master/Resources/demos/Linear.gif)\n\n#### EaseIn\n\n![Alt Text](https://raw.githubusercontent.com/Timmoth/Aptacode.Interpolatr/master/Resources/demos/EaseIn.gif)\n\n#### EaseOut\n\n![Alt Text](https://raw.githubusercontent.com/Timmoth/Aptacode.Interpolatr/master/Resources/demos/EaseOut.gif)\n\n#### EaseInOut\n\n![Alt Text](https://raw.githubusercontent.com/Timmoth/Aptacode.Interpolatr/master/Resources/demos/EaseInOut.gif)\n\n#### Elastic\n\n![Alt Text](https://raw.githubusercontent.com/Timmoth/Aptacode.Interpolatr/master/Resources/demos/Elastic.gif)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faptacode%2Finterpolatr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faptacode%2Finterpolatr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faptacode%2Finterpolatr/lists"}