Home

Awesome

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:

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.

<br>