# go-ecs **Repository Path**: EEPPEE_admin/go-ecs ## Basic Information - **Project Name**: go-ecs - **Description**: go ecs for learning entity component system - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: fet-windows - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ECS learning - skip the `example` - check the `src` - ref links: https://github.com/b1naryth1ef/be.git This package provides an `Entity Component System` abstraction. ## `Usage (Unkown stage)` - just for learnning case - `I don't quiet know about how to write example` ### Local mod use - download this repo - put it into dir `vendor`: not test ### Network use(recommand) - modify go.mod - add the repo string: `gitee.com/eeppee_admin/go-ecs/src/`