{"id":13822851,"url":"https://github.com/MaikKlein/pyro","last_synced_at":"2025-05-16T17:32:22.345Z","repository":{"id":62443167,"uuid":"153790636","full_name":"MaikKlein/pyro","owner":"MaikKlein","description":" A linear Entity Component System","archived":true,"fork":false,"pushed_at":"2020-01-05T15:34:29.000Z","size":85,"stargazers_count":135,"open_issues_count":1,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-01T21:55:56.642Z","etag":null,"topics":["ecs","entity-component-system","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaikKlein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-19T13:53:44.000Z","updated_at":"2024-04-10T23:30:57.000Z","dependencies_parsed_at":"2022-11-01T22:16:31.992Z","dependency_job_id":null,"html_url":"https://github.com/MaikKlein/pyro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikKlein%2Fpyro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikKlein%2Fpyro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikKlein%2Fpyro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaikKlein%2Fpyro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaikKlein","download_url":"https://codeload.github.com/MaikKlein/pyro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225443055,"owners_count":17475170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecs","entity-component-system","rust"],"created_at":"2024-08-04T08:02:20.891Z","updated_at":"2024-11-19T23:31:13.372Z","avatar_url":"https://github.com/MaikKlein.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Pyro\n\nA linear Entity Component System\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)\n[![LICENSE](https://img.shields.io/badge/license-apache-blue.svg)](LICENSE-APACHE)\n[![Documentation](https://docs.rs/pyro/badge.svg)](https://docs.rs/pyro)\n[![Crates.io Version](https://img.shields.io/crates/v/pyro.svg)](https://crates.io/crates/pyro)\n[![](https://tokei.rs/b1/github/maikklein/pyro)](https://github.com/MaikKlein/pyro)\n\n## Overview\n\nPyro is a tiny, fast and documented Entity Component System. It provides a basic features set as:\n\n* Iterating over entities and components\n* Adding and removing entities\n* Tracks which handles are valid\n\nThe intention is to have a minimal set of features that can be built upon. \n\n## Implementation details\n\n* Iteration is always **linear**.\n* Different component combinations live in a separate storage\n* Removing entities does not create holes.\n* All operations are designed to be used in bulk.\n* Borrow rules are enforced at runtime.\n* `Entity` is using a wrapping generational index.\n\n## Benchmarks\n\n[bench defense](https://github.com/MaikKlein/bench_defense)\n\n![](https://i.imgur.com/AyBFYAp.png)\n\n[ecs_bench](https://github.com/MaikKlein/ecs_bench)\n\n![](https://raw.githubusercontent.com/MaikKlein/ecs_bench/master/graph/all.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaikKlein%2Fpyro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMaikKlein%2Fpyro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaikKlein%2Fpyro/lists"}