{"id":21985581,"url":"https://github.com/ickshonpe/bevy_fixed_sprites","last_synced_at":"2026-05-16T11:04:10.626Z","repository":{"id":62445074,"uuid":"545181420","full_name":"ickshonpe/bevy_fixed_sprites","owner":"ickshonpe","description":"Bevy sprites that don't rotate or scale with their transform","archived":false,"fork":false,"pushed_at":"2022-10-06T16:01:46.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T04:53:08.105Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ickshonpe.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":"2022-10-03T23:29:45.000Z","updated_at":"2022-10-03T23:30:51.000Z","dependencies_parsed_at":"2022-11-01T22:30:57.445Z","dependency_job_id":null,"html_url":"https://github.com/ickshonpe/bevy_fixed_sprites","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ickshonpe/bevy_fixed_sprites","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbevy_fixed_sprites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbevy_fixed_sprites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbevy_fixed_sprites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbevy_fixed_sprites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ickshonpe","download_url":"https://codeload.github.com/ickshonpe/bevy_fixed_sprites/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbevy_fixed_sprites/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-29T18:14:06.098Z","updated_at":"2026-05-16T11:04:10.595Z","avatar_url":"https://github.com/ickshonpe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_fixed_sprites\n\n[![crates.io](https://img.shields.io/crates/v/bevy_fixed_sprites)](https://crates.io/crates/bevy_fixed_sprites)\n[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/ickshonpe/bevy_fixed_sprites)\n[![crates.io](https://img.shields.io/crates/d/bevy_fixed_sprites)](https://crates.io/crates/bevy_fixed_sprites)\n\nBevy sprites that have their own transform independent of the bevy transform hierarchy.\n\n![image](/assets/example.png)\n\nEach sprite's `Transform` has the same scale and rotation.\n\nSupports Bevy 0.8\n\n#\n### Cargo \n```toml\n[dependency]\nbevy_fixed_sprites = 0.2\n```\n\n### Plugin\nYou need to add the `FixedSpritePlugin` to your Bevy App before you can draw a\n`FixedSprite`\n\n```rust\nuse bevy_fixed_sprites::*;\napp.add_plugin(FixedSpritesPlugin);\n```\n\n### Usage\n\nFor bevy_fixed_sprites' equivalents to regular bevy sprites use:\n\n* `bevy::sprite::Sprite` -\u003e `bevy_fixed_sprites::FixedSprite`\n* `bevy::sprite::SpriteBundle` -\u003e `bevy_fixed_sprites::FixedSpriteBundle`\n* `bevy::sprite::TextureAtlasSprite` -\u003e `bevy_fixed_sprites::FixedTextureAtlasSprite`\n* `bevy::sprite::SpriteSheetBundle` -\u003e `bevy_fixed_sprites::FixedSpriteSheetBundle`\n\n### Examples\n\n```\ncargo run --example fixed_sprite\ncargo run --example hierarchy\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickshonpe%2Fbevy_fixed_sprites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fickshonpe%2Fbevy_fixed_sprites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickshonpe%2Fbevy_fixed_sprites/lists"}