{"id":19491090,"url":"https://github.com/rudeevelops/gitty---js-rive-character-menu","last_synced_at":"2026-05-17T07:37:38.644Z","repository":{"id":223916473,"uuid":"761903552","full_name":"RuDeeVelops/Gitty---JS-Rive-character-menu","owner":"RuDeeVelops","description":"Gitty is an interactive character animation menu made in Rive and rendered entirely in-browser via Javascript runtime","archived":false,"fork":false,"pushed_at":"2024-03-04T16:43:14.000Z","size":9929,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T19:43:52.663Z","etag":null,"topics":["animation","interaction","rive","ui"],"latest_commit_sha":null,"homepage":"https://rive.app/community/8333-15963-gitty-interactive-character-and-menu-animation/","language":"CSS","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/RuDeeVelops.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-22T17:48:03.000Z","updated_at":"2024-02-26T09:24:39.000Z","dependencies_parsed_at":"2024-03-04T18:33:22.091Z","dependency_job_id":null,"html_url":"https://github.com/RuDeeVelops/Gitty---JS-Rive-character-menu","commit_stats":null,"previous_names":["rudeevelops/gitty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RuDeeVelops/Gitty---JS-Rive-character-menu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2FGitty---JS-Rive-character-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2FGitty---JS-Rive-character-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2FGitty---JS-Rive-character-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2FGitty---JS-Rive-character-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuDeeVelops","download_url":"https://codeload.github.com/RuDeeVelops/Gitty---JS-Rive-character-menu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuDeeVelops%2FGitty---JS-Rive-character-menu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285389437,"owners_count":27163377,"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-11-20T02:00:05.334Z","response_time":54,"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","interaction","rive","ui"],"created_at":"2024-11-10T21:15:42.144Z","updated_at":"2025-11-20T07:02:58.775Z","avatar_url":"https://github.com/RuDeeVelops.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitty - An Interactive Rive character animation menu\n\n[![Follow on YouTube](https://img.shields.io/badge/-Follow%20on%20YouTube-red?logo=YouTube\u0026logoColor=white\u0026style=flat)](https://www.youtube.com/digitalclay)\n[![Twitter Follow](https://img.shields.io/twitter/follow/3DRudy.svg?style=social)](https://twitter.com/3DRudy)\n[![GitHub commits](https://img.shields.io/github/commit-activity/m/RuDeeVelops/creativedev-log.svg)](https://github.com/RuDeeVelops/creativedev-log/commits/main)\n\n### Tech stack: `Rive` `JS` `css` `html`\n\n### Live link: https://rive.app/community/8333-15963-gitty-interactive-character-and-menu-animation/\n\n### Full Tutorial: https://www.youtube.com/watch?v=WSw02QGOOdI\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"media/loopingGittyMenu_RodolfoFanti.gif\" alt=\"Alt text\" style=\"max-width: 1000px;\"\u003e\n\u003c/p\u003e\n\n### Main features\n\n- A fully interactive character and menu Rive animation, triggered by mouse events.\n- 100% web native via `JS/WASM` runtime for Rive.\n- The source Rive file is found in: `src: \"media/gitty.riv\"`\n- Live link: https://rive.app/community/8333-15963-gitty-interactive-character-and-menu-animation/\n- The integration is done via a few lines of Javascript:\n\n\u003cdiv style=\"max-width: 70vw; margin-left: auto; margin-right: auto;\"\u003e\n\n```html\n\u003cbody\u003e\n  \u003cscript src=\"https://unpkg.com/@rive-app/canvas@2.7.0\"\u003e\u003c/script\u003e\n\n  \u003ccanvas id=\"canvas\" width=\"1792\" height=\"1024\"\u003e\u003c/canvas\u003e\n\n  \u003cscript\u003e\n    const canvas = document.getElementById(\"canvas\");\n\n    const r = new rive.Rive({\n      src: \"media/gitty.riv\" /* Location of the .riv file */,\n      canvas: document.getElementById(\"canvas\"),\n      autoplay: true,\n      artboard: \"mainComp\" /* Specify your artboard name */,\n      stateMachines: \"State Machine 1\" /* Specify your statemachines here */,\n    });\n  \u003c/script\u003e\n\u003c/body\u003e\n```\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudeevelops%2Fgitty---js-rive-character-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudeevelops%2Fgitty---js-rive-character-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudeevelops%2Fgitty---js-rive-character-menu/lists"}