{"id":50398518,"url":"https://github.com/programmersd21/curv","last_synced_at":"2026-05-30T22:01:31.436Z","repository":{"id":356881707,"uuid":"1234449764","full_name":"programmersd21/curv","owner":"programmersd21","description":"👷🏻‍♂️ bezier curves lab for your terminal","archived":false,"fork":false,"pushed_at":"2026-05-10T07:56:17.000Z","size":118,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-10T09:39:13.749Z","etag":null,"topics":["animation","ascii-art","bezier","bezier-curve","cli","css-animation","cubic-bezier","developer-tools","easing","hyprland","motion-design","physics-simulation","productivity","python","rich","swiftui","terminal","terminal-ui","tui","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","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/programmersd21.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-10T07:45:22.000Z","updated_at":"2026-05-10T08:23:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/programmersd21/curv","commit_stats":null,"previous_names":["programmersd21/curv"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/programmersd21/curv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmersd21%2Fcurv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmersd21%2Fcurv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmersd21%2Fcurv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmersd21%2Fcurv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programmersd21","download_url":"https://codeload.github.com/programmersd21/curv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programmersd21%2Fcurv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33711018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["animation","ascii-art","bezier","bezier-curve","cli","css-animation","cubic-bezier","developer-tools","easing","hyprland","motion-design","physics-simulation","productivity","python","rich","swiftui","terminal","terminal-ui","tui","visualization"],"created_at":"2026-05-30T22:01:30.585Z","updated_at":"2026-05-30T22:01:31.428Z","avatar_url":"https://github.com/programmersd21.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📈 curv\r\n\r\n![demo image](screenshots/dashboard.png)\r\n\r\n*terminal **bezier curve** workstation.*\r\n\r\n## installation\r\n\r\ninstall:\r\n\r\n```bash\r\npip install git+https://github.com/programmersd21/curv.git\r\n```\r\n\r\n## usage\r\n\r\nstart the workstation:\r\n\r\n```bash\r\ncurv\r\n```\r\n\r\n### controls\r\n\r\n| key | action |\r\n|-----|--------|\r\n| / | open searchable preset explorer |\r\n| tab / shift+tab | cycle selection forwards or backwards (p0, p1, p2, p3) |\r\n| arrows | move selected point (0.05 units) |\r\n| shift + arrows | move selected point (0.005 units) |\r\n| [ / ] | adjust dna intensity multiplier (0.1x - 3.0x) |\r\n| a | toggle animation preview |\r\n| c | copy css configuration to clipboard |\r\n| h | toggle technical help |\r\n| q | quit |\r\n\r\n## technical features\r\n\r\n### 120 fps engine\r\nnon-blocking high-precision render loop providing real-time feedback for all curve mutations and physics simulations.\r\n\r\n### responsive multi-panel layout\r\nhighly adaptable technical workspace that degrades gracefully on smaller terminals while maintaining zero-gap coverage and information density.\r\n\r\n### analytical components\r\n- visualizer: continuous column-by-column braille curve rasterization with dynamic crosshairs.\r\n- velocity: dy/dx momentum graph for transition punchiness analysis.\r\n- spectrum: momentum distribution across animation segments.\r\n- matrix: real-time coordinate readout for all control points.\r\n- physics: simulated mechanical properties derived from the curve (tension, friction).\r\n- dna intensity: real-time multiplier that dynamically scales control points away from center for extreme visual exaggeration.\r\n- history: breadcrumb trail of previous coordinate states.\r\n\r\n## export formats\r\n\r\n### css\r\n```css\r\ncubic-bezier(0.420, 0.000, 0.580, 1.000)\r\n```\r\n\r\n### hyprland\r\n```text\r\n0.420, 0.000, 0.580, 1.000\r\n```\r\n\r\n### swiftui\r\n```swift\r\nanimation.timingcurve(0.420, 0.000, 0.580, 1.000)\r\n```\r\n\r\n## license\r\n\r\nmit\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammersd21%2Fcurv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammersd21%2Fcurv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammersd21%2Fcurv/lists"}