{"id":24586926,"url":"https://github.com/caishangqi/cppimplementdesignpatterns","last_synced_at":"2025-03-17T19:16:08.942Z","repository":{"id":271544181,"uuid":"913794573","full_name":"Caishangqi/CppImplementDesignPatterns","owner":"Caishangqi","description":"Common Design patterns implemented by C++ in context of game development","archived":false,"fork":false,"pushed_at":"2025-01-17T21:05:01.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T22:19:40.738Z","etag":null,"topics":["cpp","design-patterns"],"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/Caishangqi.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":"2025-01-08T11:15:09.000Z","updated_at":"2025-01-17T21:05:02.000Z","dependencies_parsed_at":"2025-01-08T12:26:43.180Z","dependency_job_id":"f7bf0e10-3c81-427e-b076-76984512be67","html_url":"https://github.com/Caishangqi/CppImplementDesignPatterns","commit_stats":null,"previous_names":["caishangqi/cppimplementdesignpatterns"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caishangqi%2FCppImplementDesignPatterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caishangqi%2FCppImplementDesignPatterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caishangqi%2FCppImplementDesignPatterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caishangqi%2FCppImplementDesignPatterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Caishangqi","download_url":"https://codeload.github.com/Caishangqi/CppImplementDesignPatterns/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244094275,"owners_count":20397020,"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":["cpp","design-patterns"],"created_at":"2025-01-24T06:15:38.533Z","updated_at":"2025-03-17T19:16:08.911Z","avatar_url":"https://github.com/Caishangqi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CppImplementDesignPatterns\n\n![project-title-bg](https://github.com/user-attachments/assets/0aef14c7-0ef8-4033-a6a9-8b97b034748c)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src = \"https://i.imgur.com/EF6t6WA.png\" alt=\"\"\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003eImplementation of popular design patterns by Cpp in context of game development\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.codefactor.io/repository/github/caishangqi/charming-realm-system\"\u003e\u003cimg src=\"https://www.codefactor.io/repository/github/caishangqi/charming-realm-system/badge\" alt=\"CodeFactor\" /\u003e\u003c/a\u003e\n\u003cimg alt=\"Lines of code\" src=\"https://img.shields.io/tokei/lines/github/Caishangqi/charming-realm-system\"\u003e\n\u003cimg alt=\"Lines of code\" src=\"https://img.shields.io/badge/Cpp-17-green\"\u003e\n\u003cimg alt=\"GitHub branch checks state\" src=\"https://img.shields.io/github/checks-status/Caishangqi/charming-realm-system/master?label=build\"\u003e\n\u003cimg alt=\"GitHub code size in bytes\" src=\"https://img.shields.io/github/languages/code-size/Caishangqi/charming-realm-system\"\u003e\n\u003c/p\u003e\n\n## Overview\n\nThis project will use C++ to implement popular design patterns, and use conceptual examples and real examples to show their structure in code. The project won't show all real-life examples, It will prefer to put these examples in the context of game development, if you don't find a real example in the folder then it means I haven't implemented them yet.\n\n\n## Table of contents\n\u003e If there is no corresponding link in the directory, it means that the note has not been implemented yet, or it is a wrong link. Please post error in the issue.\n- Relationships between objects\n- Software Design Principles\n- Creational Design Patterns\n  - [Factory Method](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/FactoryMethod/Factory%20Method.md)\n  - [Abstract Factory](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/AbstractFactory/Abstract%20Factory.md)\n  - [Builder](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/Builder/Builder.md)\n  - [Prototype](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/Prototype/Prototype.md)\n  - [Singleton](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/Singleton/Singleton.md)\n- Structural Design Patterns\n  - [Adapter](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/Adapter/Adapter.md)\n  - [Bridget](https://github.com/Caishangqi/CppImplementDesignPatterns/blob/main/Bridge/Bridge.md)\n## Special Notes\n\n\u003e Thanks to [@RealSeek](https://github.com/RealSeek) for providing the genuine textbooks. Without her, I would have been using the wrong pirated textbooks (","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaishangqi%2Fcppimplementdesignpatterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaishangqi%2Fcppimplementdesignpatterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaishangqi%2Fcppimplementdesignpatterns/lists"}