{"id":13786172,"url":"https://github.com/setchi/EasingCore","last_synced_at":"2025-05-11T22:30:40.208Z","repository":{"id":85639052,"uuid":"179928934","full_name":"setchi/EasingCore","owner":"setchi","description":"🐉 Core Easing Implementation for Unity.","archived":false,"fork":false,"pushed_at":"2020-01-11T06:43:09.000Z","size":11,"stargazers_count":75,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T00:11:17.133Z","etag":null,"topics":["csharp","easing","easing-functions","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/setchi.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}},"created_at":"2019-04-07T06:56:57.000Z","updated_at":"2024-08-18T11:31:02.000Z","dependencies_parsed_at":"2023-03-10T03:46:08.660Z","dependency_job_id":null,"html_url":"https://github.com/setchi/EasingCore","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/setchi%2FEasingCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setchi%2FEasingCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setchi%2FEasingCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setchi%2FEasingCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/setchi","download_url":"https://codeload.github.com/setchi/EasingCore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645078,"owners_count":21941311,"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","easing","easing-functions","unity","unity3d"],"created_at":"2024-08-03T19:01:10.944Z","updated_at":"2025-05-11T22:30:39.927Z","avatar_url":"https://github.com/setchi.png","language":"C#","readme":"# EasingCore [![license](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/setchi/Easings/blob/master/LICENSE) [![openupm](https://img.shields.io/npm/v/jp.setchi.easingcore?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/jp.setchi.easingcore/)\nCore Easing Implementation for Unity.\n\n## API\n```csharp\npublic static EasingFunction Get(Ease type)\n```\n\n## Usage\n```csharp\nvar easeOutCubic = Easing.Get(Ease.OutCubic);\nvar p = easeOutCubic(0.5f);\n```\n\n## Installation\n### OpenUPM\nAdd a package from [OpenUPM](https://openupm.com/) registry to your project.\n\n```\nopenupm add jp.setchi.easingcore\n```\n\n### Unity Package Manager\nAdd a reference to the repository in the [`Packages\\manifest.json`](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@1.8/manual/index.html#project-manifests) file in your project directory:\n\n```json\n{\n  \"dependencies\": {\n    \"jp.setchi.easingcore\": \"https://github.com/setchi/EasingCore.git#upm\"\n  }\n}\n```\n\n### Manual\nClone or download this repository into the Assets directory of your project.\n\n## Author\n[setchi](https://github.com/setchi)\n\n## License\n[MIT](https://github.com/setchi/EasingCore/blob/master/LICENSE)\n","funding_links":[],"categories":["Easing"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetchi%2FEasingCore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetchi%2FEasingCore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetchi%2FEasingCore/lists"}