{"id":17100656,"url":"https://github.com/jakobhellermann/bevy_ecs_dynamic","last_synced_at":"2025-04-12T23:54:03.819Z","repository":{"id":53151117,"uuid":"521233907","full_name":"jakobhellermann/bevy_ecs_dynamic","owner":"jakobhellermann","description":"Utilites for working with `bevy_ecs` when not all types are known at compile time","archived":false,"fork":false,"pushed_at":"2023-05-28T12:16:20.000Z","size":73,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T23:53:59.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakobhellermann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-04T11:10:22.000Z","updated_at":"2024-10-12T23:03:23.000Z","dependencies_parsed_at":"2023-01-22T01:45:13.911Z","dependency_job_id":null,"html_url":"https://github.com/jakobhellermann/bevy_ecs_dynamic","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/jakobhellermann%2Fbevy_ecs_dynamic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fbevy_ecs_dynamic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fbevy_ecs_dynamic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakobhellermann%2Fbevy_ecs_dynamic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakobhellermann","download_url":"https://codeload.github.com/jakobhellermann/bevy_ecs_dynamic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647234,"owners_count":21139083,"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":[],"created_at":"2024-10-14T15:14:21.006Z","updated_at":"2025-04-12T23:54:03.801Z","avatar_url":"https://github.com/jakobhellermann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_ecs_dynamic\n\nUtilities for working with `bevy_ecs` in situations where the types you're dealing with might not be known at compile time (e.g. scripting, modding).\n\n# Example Usage\n\n## Dynamic Query\n\n```rust\nlet component_id_1 = world.init_component::\u003cTestComponent1\u003e();\nlet component_id_2 = world.init_component::\u003cTestComponent2\u003e();\n\nworld.spawn().insert(TestComponent1).insert(TestComponent2);\nworld.spawn().insert(TestComponent1);\n\nlet mut query = DynamicQuery::new(\u0026world, vec![FetchKind::Ref(component_id_1)], vec![FilterKind::Without(component_id_2)]);\nassert_eq!(query.iter(\u0026world).count(), 1);\n```\n\n\n# Bevy support table\n\n| bevy | bevy\\_ecs\\_dynamic |\n| ---- | ------------------ |\n| 0.8  | _unreleased_       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobhellermann%2Fbevy_ecs_dynamic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakobhellermann%2Fbevy_ecs_dynamic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakobhellermann%2Fbevy_ecs_dynamic/lists"}