Loading README.md +6 −2 Original line number Diff line number Diff line # **age app template** # **Game** The package contains a template for construction of an application (game) with a support of the **age** engine. The engine comes in a form of C++ libraries **age libraries**. One can optionally also include **age data** libraries **libraries**. One can optionally also include **data** and the **maker** tool (scene editor) to the constructed project. All mentioned components of **age** should be included to the project as Loading @@ -20,6 +20,10 @@ via variables `AGE_LIBRARIES_TO_USE` and `AGE_TOOLS_TO_USE`. The rest of this document is dedicated to building **age** components which can be included into your project. IMPORTANT: Do not clone this repository. Create your own new repository into which you copy the content of this repository (i.e., just download sources as ZIP file and unpack it to your repository). ## **age** basic info The name **age** is an acronym of '**a**cademic **g**ame **e**ngine'. It is Loading Loading
README.md +6 −2 Original line number Diff line number Diff line # **age app template** # **Game** The package contains a template for construction of an application (game) with a support of the **age** engine. The engine comes in a form of C++ libraries **age libraries**. One can optionally also include **age data** libraries **libraries**. One can optionally also include **data** and the **maker** tool (scene editor) to the constructed project. All mentioned components of **age** should be included to the project as Loading @@ -20,6 +20,10 @@ via variables `AGE_LIBRARIES_TO_USE` and `AGE_TOOLS_TO_USE`. The rest of this document is dedicated to building **age** components which can be included into your project. IMPORTANT: Do not clone this repository. Create your own new repository into which you copy the content of this repository (i.e., just download sources as ZIP file and unpack it to your repository). ## **age** basic info The name **age** is an acronym of '**a**cademic **g**ame **e**ngine'. It is Loading