{"id":20305560,"url":"https://github.com/dervexdev/advancedspring","last_synced_at":"2025-08-09T07:05:14.880Z","repository":{"id":182405058,"uuid":"668441942","full_name":"DervexDev/AdvancedSpring","owner":"DervexDev","description":"Advanced Spring lets you create spring class for every major Roblox \u0026 Luau datatype","archived":false,"fork":false,"pushed_at":"2023-07-19T20:28:25.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T07:24:05.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wally.run/package/dervexhero/advancedspring","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DervexDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-19T20:20:30.000Z","updated_at":"2024-10-12T18:48:28.000Z","dependencies_parsed_at":"2023-07-19T21:42:38.854Z","dependency_job_id":null,"html_url":"https://github.com/DervexDev/AdvancedSpring","commit_stats":null,"previous_names":["dervexhero/advancedspring","dervexdev/advancedspring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DervexDev/AdvancedSpring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FAdvancedSpring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FAdvancedSpring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FAdvancedSpring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FAdvancedSpring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DervexDev","download_url":"https://codeload.github.com/DervexDev/AdvancedSpring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2FAdvancedSpring/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269542886,"owners_count":24435177,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-14T17:08:57.304Z","updated_at":"2025-08-09T07:05:14.816Z","avatar_url":"https://github.com/DervexDev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Spring\nAdvanced Spring lets you create spring class for every major Roblox \u0026 Luau datatype\n\n## About\nSupported datatypes:  `boolean`, `number`, `BrickColor`, `CFrame`, `Color3`, `ColorSequence`, `NumberRange`, `NumberSequence`, `Rect`, `UDim`, `UDim2`, `Vector2`, `Vector3`. You can set **initial position**, **damping ratio** and **frequency** when creating new spring instance or by creating config file or by changing `DEFAULT_SETTINGS`.\n\n## API Usage\n```lua\nlocal Spring = require(path.to.this.module)\n\n-- Creates new spring class with optional initial position and settings\nlocal spring = Spring.new(Vector3.new())\n\n-- Sets new spring goal\nspring:Set(Vector3.new(4, 2, 0))\n\n-- Updates spring by delta seconds\nspring:Step(delta)\n\n-- Returns current spring position\npart.Position = spring:Get()\n\n-- Sets new goal, updates spring and returns current position\npart.Position = spring:All(Vector3.new(4, 2, 0), delta)\n```\n\n## Limitations\n* CFrame - only position is supported (it may change in the future)\n* ColorSequence \u0026 NumberSequence - only first and last keypoints are supported\n\n## Credits\nPart of this code was written by @Fraktality","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Fadvancedspring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdervexdev%2Fadvancedspring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Fadvancedspring/lists"}