{"id":25029121,"url":"https://github.com/wick3dr0se/secs","last_synced_at":"2025-04-13T16:10:07.187Z","repository":{"id":273643007,"uuid":"920306503","full_name":"wick3dr0se/secs","owner":"wick3dr0se","description":"Shit Entity Component System","archived":false,"fork":false,"pushed_at":"2025-04-12T12:52:19.000Z","size":149,"stargazers_count":56,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T16:09:50.032Z","etag":null,"topics":["ecs","entity-component-system","rust","sparse-set-ecs"],"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/wick3dr0se.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-21T23:13:34.000Z","updated_at":"2025-04-12T12:52:23.000Z","dependencies_parsed_at":"2025-04-10T14:34:12.968Z","dependency_job_id":"f23428ac-1714-4282-907c-65cf90d9605e","html_url":"https://github.com/wick3dr0se/secs","commit_stats":null,"previous_names":["wick3dr0se/secs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Fsecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Fsecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Fsecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Fsecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wick3dr0se","download_url":"https://codeload.github.com/wick3dr0se/secs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741202,"owners_count":21154255,"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","sparse-set-ecs"],"created_at":"2025-02-05T20:59:04.142Z","updated_at":"2025-04-13T16:10:07.154Z","avatar_url":"https://github.com/wick3dr0se.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secs - Shit Entity Component System\n**secs** is an ECS for people who want something with the bare minimum. No complex features, no unnecessary abstractions — just the essentials, no strings attached (but you could do that)\n\nIf you’re tired of ECS libraries that make you feel like you’re writing a thesis on systems design, **secs** is here to give you what you need and nothing more\n\n## Why secs?\nYou could use something like **hecs**, **specs** or **bevy** for your ECS needs, but why chase frills when you could have uncomplicated **secs**? It's simple, lightweight and may (or may not) get the job done. No promises. If you need more, you can always try something else\n\n***secs** — without the fluff*\n\n## Features\n- **Entity Management**: Entities are ID's, right?\n- **Component Storage**: Components are stored in sparse sets — sounds fancy but archetypes were too much work\n- **Multiple Mutable Queries**: You can mutate many components, probably..\n- **Systems**: **secs** has systems with parallel potential\n\n## Getting Started\nGet **secs**\n\n```bash\ncargo add --git https://github.com/wick3dr0se/secs\n```\n\nExample: How it’s probably supposed to work\n```rust\nuse secs::World;\n\nlet mut world = World::default();\nworld.spawn((MyComponent { /* your data */ },));\n\nfor (entity, (component,)) in world.query::\u003c(\u0026MyComponent,)\u003e() {\n    // maybe get an immutable component\n}\n```\n\nSee more examples in [examples/](examples/)\n\n## Contributing\nWant to make **secs** less shitty? Contributions are much appreciated\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwick3dr0se%2Fsecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwick3dr0se%2Fsecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwick3dr0se%2Fsecs/lists"}