{"id":16346075,"url":"https://github.com/osanj/spring-interpolator","last_synced_at":"2025-09-25T12:10:43.301Z","repository":{"id":25664631,"uuid":"29100304","full_name":"osanj/spring-interpolator","owner":"osanj","description":"An Animation-Interpolator, \"reverse-engineered\" from facebook/rebound","archived":false,"fork":false,"pushed_at":"2020-01-05T13:20:01.000Z","size":53,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T13:11:12.810Z","etag":null,"topics":["animation","dynamic-systems","ode","ordinary-differential-equations","runge-kutta-4"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osanj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-11T17:55:20.000Z","updated_at":"2024-08-18T14:15:41.000Z","dependencies_parsed_at":"2022-08-23T09:40:08.913Z","dependency_job_id":null,"html_url":"https://github.com/osanj/spring-interpolator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osanj%2Fspring-interpolator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osanj%2Fspring-interpolator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osanj%2Fspring-interpolator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osanj%2Fspring-interpolator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osanj","download_url":"https://codeload.github.com/osanj/spring-interpolator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238241431,"owners_count":19439767,"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":["animation","dynamic-systems","ode","ordinary-differential-equations","runge-kutta-4"],"created_at":"2024-10-11T00:34:29.284Z","updated_at":"2025-09-25T12:10:43.227Z","avatar_url":"https://github.com/osanj.png","language":"Java","readme":"# Spring-Interpolator (Rebuilding Facebook Rebound)\n\nSpringInterpolator is an interpolater for animations. It is \"reversed-engineered\" from facebook's [rebound library](https://github.com/facebook/rebound) (I did not look at their code!). The main component of this project is an ordinary differential equation of second order and a Runge-Kutta-4 solver. Details can be found in my [blog article](https://osanj.github.io/post/spring-dynamics-interpolation/).\n\nTo use this code implement the listener interface. Also take a look at the example application.\n\n```java\nSpringInterpolator interpolator = new SpringInterpolator();\ninterpolator.addListener(this); // to receive the update events\ninterpolator.setFinalPosition(true); // causes the system to oscillate\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosanj%2Fspring-interpolator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosanj%2Fspring-interpolator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosanj%2Fspring-interpolator/lists"}