{"id":13732284,"url":"https://github.com/google/corgi","last_synced_at":"2025-05-08T06:31:51.106Z","repository":{"id":65981126,"uuid":"45993491","full_name":"google/corgi","owner":"google","description":"C++ entity-component system","archived":true,"fork":false,"pushed_at":"2017-02-24T03:19:12.000Z","size":1856,"stargazers_count":247,"open_issues_count":2,"forks_count":39,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-08-04T02:10:58.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://google.github.io/corgi","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-11T16:27:21.000Z","updated_at":"2024-05-25T04:43:35.000Z","dependencies_parsed_at":"2023-02-19T18:15:55.320Z","dependency_job_id":null,"html_url":"https://github.com/google/corgi","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcorgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcorgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcorgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fcorgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/corgi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224708081,"owners_count":17356481,"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":[],"created_at":"2024-08-03T02:01:51.849Z","updated_at":"2024-11-14T23:31:52.276Z","avatar_url":"https://github.com/google.png","language":"C++","readme":"CORGI Version 1.0.2    {#corgi_readme}\n===================\n\nCORGI is a C++ [entity-component system][] library developed primarily for\ngames that focus on simplicity and flexibility.\n\nThe core functionality of CORGI is provided by the following classes:\n   * Component\n      - An object that contains the logic and data pertaining to a particular\n        system in the game.\n   * Entity\n      - The basic building block of a game, that does not do much on its own. It\n        can be associated with many Components to achieve more complex behavior.\n   * Entity Manager\n      - This is a the object that ties Entities and Components together. It acts\n        as the main point of interface for game logic to create Entities and\n        register them with Components.\n\nThe library is written in portable C++ and has been tested on the following\nplatforms:\n\n   * [Android][]\n   * [Linux][] (x86_64)\n   * [OS X][]\n   * [WIndows][]\n\nGo to our [landing page][] to browse our documentation and see some examples.\n\n   * Discuss CORGI with other developers and users on the\n     [CORGI Google Group][].\n   * File issues on the [CORGI Issues Tracker][].\n   * Post your questoins to [stackoverflow.com][] with a mention of\n     **fpl corgi**.\n\n**Important**: The CORGI component library uses submodules, so download the\nsource using:\n\n~~~{.sh}\n  git clone --recursive https://github.com/google/corgi.git\n~~~\n\nTo contribute to this project see [CONTRIBUTING][].\n\n\u003cbr\u003e\n\n   [Android]: http://www.android.com\n   [CONTRIBUTING]: http://github.com/google/corgi/blob/master/CONTRIBUTING\n   [CORGI Google Group]: http://groups.google.com/group/corgi-lib\n   [CORGI Issues Tracker]: http://github.com/google/corgi/issues\n   [entity-component system]: https://en.wikipedia.org/wiki/Entity_component_system\n   [landing page]: http://google.github.io/corgi\n   [Linux]: http://en.m.wikipedia.org/wiki/Linux\n   [OS X]: http://www.apple.com/osx/\n   [stackoverflow.com]: http://stackoverflow.com/search?q=fpl+corgi\n   [Windows]: http://windows.microsoft.com/\n","funding_links":[],"categories":["GameProgramming"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fcorgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle%2Fcorgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle%2Fcorgi/lists"}