Start Here!
1. Introduction |
Welcome to this ChipprAGI walkthrough! In this tutorial, we will demonstrate how to create a basic entity with two components, providing you with a hands-on understanding of ChipprAGI's capabilities. By the end of this tutorial, you will have a solid foundation in creating and managing entities, components, and systems within the ChipprAGI framework. |
2. Setting up the Project |
Before we start creating our entity and its components, let's set up the project by following the steps below. |
3. Creating the Components |
In this section, we will create two components for our entity. Let's assume we are creating an entity that represents a simple task with a title and a status. |
4. Creating an Entity with Components |
Now that we have created our components, let's create an entity that uses the `TaskTitle` and `TaskStatus` components. We will also create a system to manage the task entities. |
5. Final Steps and Testing |
After creating the components, entity, and system, we can now test our basic example to ensure everything works as expected. |