目录

CORGI Version 1.0.2 {#corgi_readme}

CORGI is a C++ entity-component system library developed primarily for games that focus on simplicity and flexibility.

The core functionality of CORGI is provided by the following classes:

  • Component
    • An object that contains the logic and data pertaining to a particular system in the game.
  • Entity
    • The basic building block of a game, that does not do much on its own. It can be associated with many Components to achieve more complex behavior.
  • Entity Manager
    • This is a the object that ties Entities and Components together. It acts as the main point of interface for game logic to create Entities and register them with Components.

The library is written in portable C++ and has been tested on the following platforms:

Go to our landing page to browse our documentation and see some examples.

Important: The CORGI component library uses submodules, so download the source using:

  git clone --recursive https://github.com/google/corgi.git

To contribute to this project see CONTRIBUTING.


邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号