{"id":13528718,"url":"https://github.com/VitorEstevam/polarca","last_synced_at":"2025-04-01T14:32:52.595Z","repository":{"id":51135299,"uuid":"368523908","full_name":"vitorestevam/polarca","owner":"vitorestevam","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-11T11:58:22.000Z","size":851,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-02T15:36:10.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Game Maker Language","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/vitorestevam.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}},"created_at":"2021-05-18T12:36:42.000Z","updated_at":"2024-04-18T17:07:42.000Z","dependencies_parsed_at":"2024-04-12T15:03:30.784Z","dependency_job_id":"2be0d1c9-8299-47b1-ae0f-5e9c2f6cc0f9","html_url":"https://github.com/vitorestevam/polarca","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/vitorestevam%2Fpolarca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorestevam%2Fpolarca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorestevam%2Fpolarca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitorestevam%2Fpolarca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitorestevam","download_url":"https://codeload.github.com/vitorestevam/polarca/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246655222,"owners_count":20812601,"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-01T07:00:23.234Z","updated_at":"2025-04-01T14:32:51.532Z","avatar_url":"https://github.com/vitorestevam.png","language":"Game Maker Language","readme":"\u003cimg src=\"docs/img_header.png\"  /\u003e\n\u003cdiv align=\"right\"\u003e\n     \u003ca href=\"https://github.com/VitorEstevam/polarca/raw/master/polarca.yymps\"\u003e\n         download package\n     \u003c/a\u003e\n\u003c/div\u003e\n\n# Polarca -  Interpolate anything using animation curves 🐻‍❄️\n\n## why polarca?\n\nPolarca is the simplest way to use animation curves to interpolate values in game maker studio 2. You just need to create some polarca_animation instances and run it:\n\n     //create\n     xa = new polarca_animation(\"x\",x+400,ac,0,0.005)\n     polarca_animation_start([xa])\n\n\nYou can also create sequential animation in the simplest way ever! Just pass some arrays of arrays and see the magic happening:\n\n     //create\n     ya = new polarca_animation(\"image_yscale\",8,ac1,1,0.005)\n     xa = new polarca_animation(\"image_xscale\",8,ac1,0,0.005)\n     polarca_sequence_start([\n     [ya],\n     [xa]\n     ])\n\n\n[Want to know more details about each function? Click here.](https://github.com/VitorEstevam/polarca/blob/master/details.md)\n\n\n# examples\n\n\u003cdiv align=\"center\"\u003e\n     \u003cimg src=\"docs/examples.gif\"  /\u003e\n\u003c/div\u003e\n\n","funding_links":[],"categories":["Utilities"],"sub_categories":["Recommendations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVitorEstevam%2Fpolarca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVitorEstevam%2Fpolarca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVitorEstevam%2Fpolarca/lists"}