https://github.com/zechcodes/backbone
A simple app utility framework that provides tooling for loading module extensions and an ECS like streams of composable entities.
https://github.com/zechcodes/backbone
Last synced: 3 months ago
JSON representation
A simple app utility framework that provides tooling for loading module extensions and an ECS like streams of composable entities.
- Host: GitHub
- URL: https://github.com/zechcodes/backbone
- Owner: ZechCodes
- License: mit
- Created: 2023-11-06T18:46:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T02:39:24.000Z (over 1 year ago)
- Last Synced: 2025-01-08T08:51:25.330Z (4 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Backbone
A simple app utility framework that provides tooling for loading module extensions and an ECS like streams of composable entities.
## Installation
```shell
pip install app-backbone
```