{"id":14961639,"url":"https://github.com/samuelasherrivello/rmc-mini-mvcs-godot","last_synced_at":"2025-10-24T22:30:39.812Z","repository":{"id":243551803,"uuid":"812732610","full_name":"SamuelAsherRivello/rmc-mini-mvcs-godot","owner":"SamuelAsherRivello","description":"A plugin for the Godot Game Engine. The RMC Mini Mvcs Architecture. ","archived":false,"fork":false,"pushed_at":"2024-07-06T18:41:24.000Z","size":5048,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T04:26:20.900Z","etag":null,"topics":["architecture","best-practices","csharp","godot-engine","mvc-architecture"],"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/SamuelAsherRivello.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":"2024-06-09T18:11:50.000Z","updated_at":"2024-07-06T18:41:28.000Z","dependencies_parsed_at":"2024-06-26T17:57:39.764Z","dependency_job_id":"02b9f464-e071-4d35-adb5-07e1e1037246","html_url":"https://github.com/SamuelAsherRivello/rmc-mini-mvcs-godot","commit_stats":null,"previous_names":["samuelasherrivello/rmc-mini-mvcs-godot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Frmc-mini-mvcs-godot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Frmc-mini-mvcs-godot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Frmc-mini-mvcs-godot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelAsherRivello%2Frmc-mini-mvcs-godot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamuelAsherRivello","download_url":"https://codeload.github.com/SamuelAsherRivello/rmc-mini-mvcs-godot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238039755,"owners_count":19406395,"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":["architecture","best-practices","csharp","godot-engine","mvc-architecture"],"created_at":"2024-09-24T13:25:59.483Z","updated_at":"2025-10-24T22:30:32.195Z","avatar_url":"https://github.com/SamuelAsherRivello.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# RMC Mini Mvcs Architecture - (Godot Engine Plugin)\n\n\u003eSeparate the important concerns of your game logic\u003cBR\u003e \nto make your games more readable, scalable, and maintainable.\n\n\u003cimg src=\"./addons/RMC Mini Mvcs/Library/Documentation/Screenshot.png\" width=\"600\" \u003e\n\nRivello Multimedia Consulting offers this Mvcs ([Mode-View-Controller-Service](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller-service)) architecture for the [Godot Engine](https://godotengine.org/).\n\nCreate your projects with confidence, performance, and scalability.\n\n\u003cBR\u003e\n\n**Highlights**\n\n* **Does NOT require** any autoload, interface, nor baseclass. \n* **Compatible with** nodes, resources, and classes.\n* **Compatible with** GDScript, C#, and C++\n\n\u003cBR\u003e\n\u003cBR\u003e\n\n# Table of Contents\n\n1. [Getting Started](#getting-started)\n1. [Examples](#examples)\n1. [Resources](#resources)\n1. [Credits](#credits)\n\n\n\u003cBR\u003e\n\u003cBR\u003e\n\n## Getting Started\n\n1. Download this repo (*.zip or *.git)\n1. Save repo as `[RepoName]`\n1. Download `DOTNET` version of the [Godot Engine](https://godotengine.org/)\n1. Create/open a Godot Project\n1. Complete the `Prerequisites` steps from [Godot C# Basics](https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_basics.html)\n1. Create/open folder `[ProjectName]/addons/`\n1. Install any dependencies\n    * **Optional**: [gdUnit4](https://github.com/MikeSchulze/gdUnit4) - Add if you want to run RMC's included unit tests. Project compiles with or without this plugin\n    * **Required**: [rmc-mingleton](https://github.com/SamuelAsherRivello/rmc-mingleton) - Project requires this core functionality\n1. Copy folder from `[RepoName]/addons/[PluginName]` to `[ProjectName]/addons/[PluginName]`\n1. Create the C# Solution via `Godot Menu → Project → Tools → C# → Create C# Solution`\n1. Build the C# Solution via (🔨) Icon in upper right of editor (or Control-B)\n1. Activate the plugin via `Godot Menu → Project → Project Settings → Plugins → [PluginName] → Enabled`\n1. Enjoy!\n\n\n\u003cBR\u003e\n\u003cBR\u003e\n\n## Examples\n\n### (Beginner)\n\n#### Example01_Clock\n\n| Screenshot | Diagram |\n|---|---|\n| \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/01_Beginner/Example01_Clock/Documentation/Screenshot.png\" width=\"300\"/\u003e | \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/01_Beginner/Example01_Clock/Documentation//Diagram.png\" width=\"300\"/\u003e |\n\n#### Example01_Clock\n\n| Screenshot | Diagram |\n|---|---|\n| \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/01_Beginner/Example02_LoginMini/Documentation/Screenshot.png\" width=\"300\"/\u003e | \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/01_Beginner/Example02_LoginMini/Documentation//Diagram.png\" width=\"300\"/\u003e |\n\n#### Example04_Score\n\n| Screenshot | Diagram |\n|---|---|\n| \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/01_Beginner/Example04_Score/Documentation/Screenshot.png\" width=\"300\"/\u003e | \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/01_Beginner/Example04_Score/Documentation/Diagram.png\" width=\"300\"/\u003e |\n\n\n### (Advanced)\n\n#### Example01_MultiScene\n\n| Screenshot | Diagram |\n|---|---|\n| \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/02_Advanced/Example01_MultiSceneMini/Documentation/Screenshot.png\" width=\"300\"/\u003e | \u003cimg src=\"./addons/RMC Mini Mvcs/Examples/02_Advanced/Example01_MultiSceneMini/Documentation/Diagram.png\" width=\"300\"/\u003e |\n\n\n\u003cBR\u003e\n\u003cBR\u003e\n\n## Resources\n\n* Samuel Asher Rivello's \u003ca href=\"https://www.samuelasherrivello.com/godot-portfolio/\"\u003eGodot Portfolio\u003c/a\u003e - Articles, Repos, \u0026 Tips\n* Samuel Asher Rivello's \u003ca href=\"https://github.com/SamuelAsherRivello/godot-project-template/\"\u003eGodot Template\u003c/a\u003e - Ideal starting point for new projects\n* Samuel Asher Rivello's \u003ca href=\"https://sam-16930.medium.com/unity-project-structure-a694792cefed\"\u003eUnity Article — Project Structure Best Practices\u003c/a\u003e - Ideal setup\n* Samuel Asher Rivello's \u003ca href=\"https://sam-16930.medium.com/coding-standards-in-c-39aefee92db8\"\u003eUnity Article — C# Coding Standards\u003c/a\u003e - Naming, conventions, more!\n\n\u003cBR\u003e\n\u003cBR\u003e\n\n\n## Credits\n\n**Creator**\n\n- Samuel Asher Rivello \n- Over 25 years XP with game development (2024)\n- Over 11 years XP with Unity (2024)\n\n**Contact**\n\n- Twitter - \u003ca href=\"https://twitter.com/srivello/\"\u003e@srivello\u003c/a\u003e\n- Git - \u003ca href=\"https://github.com/SamuelAsherRivello/\"\u003eGithub.com/SamuelAsherRivello\u003c/a\u003e\n- Resume \u0026 Portfolio - \u003ca href=\"http://www.SamuelAsherRivello.com\"\u003eSamuelAsherRivello.com\u003c/a\u003e\n- LinkedIn - \u003ca href=\"https://Linkedin.com/in/SamuelAsherRivello\"\u003eLinkedin.com/in/SamuelAsherRivello\u003c/a\u003e \u003c--- Say Hello! :)\n\n**License**\n\n* Provided as-is under MIT License \n* Copyright © 2024 Rivello Multimedia Consulting, LLC\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelasherrivello%2Frmc-mini-mvcs-godot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelasherrivello%2Frmc-mini-mvcs-godot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelasherrivello%2Frmc-mini-mvcs-godot/lists"}