{"id":20822840,"url":"https://github.com/alexmalyutindev/ugui-view-model","last_synced_at":"2025-08-23T14:11:36.499Z","repository":{"id":205619142,"uuid":"714650648","full_name":"alexmalyutindev/ugui-view-model","owner":"alexmalyutindev","description":"Proof of the concept of the view-model binding layer.","archived":false,"fork":false,"pushed_at":"2024-01-09T12:34:16.000Z","size":110,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T12:47:08.178Z","etag":null,"topics":["ui","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/alexmalyutindev.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,"publiccode":null,"codemeta":null}},"created_at":"2023-11-05T13:59:02.000Z","updated_at":"2025-01-09T01:20:39.000Z","dependencies_parsed_at":"2025-03-12T06:41:34.572Z","dependency_job_id":"e309f8da-d04d-490d-8578-54263ce5b4c2","html_url":"https://github.com/alexmalyutindev/ugui-view-model","commit_stats":null,"previous_names":["alexmalyutindev/ugui-view-model"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexmalyutindev/ugui-view-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmalyutindev%2Fugui-view-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmalyutindev%2Fugui-view-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmalyutindev%2Fugui-view-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmalyutindev%2Fugui-view-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexmalyutindev","download_url":"https://codeload.github.com/alexmalyutindev/ugui-view-model/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmalyutindev%2Fugui-view-model/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271751917,"owners_count":24814705,"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-23T02:00:09.327Z","response_time":69,"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":["ui","unity"],"created_at":"2024-11-17T22:16:16.170Z","updated_at":"2025-08-23T14:11:36.449Z","avatar_url":"https://github.com/alexmalyutindev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[WIP] UGUI ViewModel Binding\n---\nSimple reactive View-ViewModel binding system for Unity's UGUI.\n\nUsage:\n---\n```csharp\n[ViewModelRoot]\npublic class MyViewModel : ViewModelRoot\n{\n    [ViewModelProperty(\"MyFloat\")]\n    private PropertyView\u003cfloat\u003e _myFloatProperty;\n\n    private MyModel _model;\n    \n    public void Initialize(MyModel model)\n    {\n        _model = model;\n        _model.MyFloat.Subscribe(value =\u003e _myFloatProperty.Set(value));\n    }\n}\n```\n\nTODOs:\n---\n- [ ] Add attribute for ViewModel properties\n- [ ] Replace field's name binding with unique name or id\n- [ ] Setup CI/CD for package","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmalyutindev%2Fugui-view-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexmalyutindev%2Fugui-view-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmalyutindev%2Fugui-view-model/lists"}