{"id":21305326,"url":"https://github.com/old-storyai/shipyard_app","last_synced_at":"2025-10-24T01:23:44.217Z","repository":{"id":48296426,"uuid":"290776053","full_name":"old-storyai/shipyard_app","owner":"old-storyai","description":"WIP opinionated ECS set up for Shipyard","archived":false,"fork":false,"pushed_at":"2022-01-03T15:56:12.000Z","size":307,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T09:06:23.533Z","etag":null,"topics":["ecs","game-development","shipyard"],"latest_commit_sha":null,"homepage":"","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/old-storyai.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":"2020-08-27T12:59:42.000Z","updated_at":"2023-01-19T20:54:53.000Z","dependencies_parsed_at":"2022-09-19T03:11:38.419Z","dependency_job_id":null,"html_url":"https://github.com/old-storyai/shipyard_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/old-storyai/shipyard_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/old-storyai%2Fshipyard_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/old-storyai%2Fshipyard_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/old-storyai%2Fshipyard_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/old-storyai%2Fshipyard_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/old-storyai","download_url":"https://codeload.github.com/old-storyai/shipyard_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/old-storyai%2Fshipyard_app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264902191,"owners_count":23681015,"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","game-development","shipyard"],"created_at":"2024-11-21T16:17:42.353Z","updated_at":"2025-10-24T01:23:39.167Z","avatar_url":"https://github.com/old-storyai.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shipyard_app\n\n`shipyard_app` aims to provide a standardized \"Plugin\" interface on top of the [`shipyard` ECS crate](https://github.com/leudz/shipyard).\n\nThis allows for codebases to more easily divide up many systems and workloads without having to declare all systems in one big workload builder in the root of an application.\n\nExample [from test/tree.rs](https://github.com/storyai/shipyard_app/blob/master/src/test/tree.rs)\n\n```rust\nuse shipyard_app::{AppBuilder, Plugin};\n...\n\n/// Registers\n#[derive(Default)]\npub struct TreePlugin;\n\nimpl Plugin for TreePlugin {\n    fn build(\u0026self, app: \u0026mut AppBuilder) {\n        app.update_pack::\u003cChildOf\u003e(\"update in response to ChildOf changes\");\n        app.add_system(indexing::tree_indexing);\n    }\n}\n```\n\n## Usage\n\nAt the moment, shipyard_app is based off the master branch of https://github.com/leudz/shipyard, so until the updates to WorkloadBuilder are published, you must be on the master branch of shipyard.\n\nThe initial interface takes a lot of inspiration from [bevy_app]. Thanks @cart!\n\n[bevy_app]: https://github.com/bevyengine/bevy/tree/b925e22949ee1ca990dfc6a678d8e4636cae5271/crates/bevy_app\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n\n\u003cbr\u003e\n\n\u003csub\u003e\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this crate by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fold-storyai%2Fshipyard_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fold-storyai%2Fshipyard_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fold-storyai%2Fshipyard_app/lists"}