{"id":20029192,"url":"https://github.com/yopox/bevy_text_mode","last_synced_at":"2025-05-05T03:32:24.365Z","repository":{"id":85073010,"uuid":"584404999","full_name":"yopox/bevy_text_mode","owner":"yopox","description":"Bevy plugin adding a texture atlas sprite with configurable background and foreground colors.","archived":false,"fork":false,"pushed_at":"2024-07-19T13:07:24.000Z","size":952,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T13:17:26.329Z","etag":null,"topics":["2d","bevy","palette","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/bevy_text_mode","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/yopox.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}},"created_at":"2023-01-02T13:27:24.000Z","updated_at":"2025-04-15T01:05:35.000Z","dependencies_parsed_at":"2024-11-13T09:30:07.112Z","dependency_job_id":null,"html_url":"https://github.com/yopox/bevy_text_mode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yopox%2Fbevy_text_mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yopox%2Fbevy_text_mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yopox%2Fbevy_text_mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yopox%2Fbevy_text_mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yopox","download_url":"https://codeload.github.com/yopox/bevy_text_mode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435250,"owners_count":21747376,"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":["2d","bevy","palette","rust"],"created_at":"2024-11-13T09:18:55.497Z","updated_at":"2025-05-05T03:32:23.999Z","avatar_url":"https://github.com/yopox.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_text_mode\n\n[![bevy](https://img.shields.io/badge/bevy-v0.14.0-blue.svg)](https://github.com/bevyengine/bevy)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/yopox/bevy_text_mode/main/assets/promo.png\" /\u003e\n\u003c/p\u003e\n\n\u003e `bevy_text_mode` adds a `TextModeSprite` component with configurable background and foreground colors.\nIt makes it easy to use text mode tilesets such as [MRMOTEXT](https://mrmotarius.itch.io/mrmotext).\n\n```rust\npub struct TextModeSprite {\n    pub bg: LinearRgba,\n    pub fg: LinearRgba,\n    pub alpha: f32,\n    pub flip_x: bool,\n    pub flip_y: bool,\n    pub rotation: u8,\n    pub custom_size: Option\u003cVec2\u003e,\n    pub rect: Option\u003cRect\u003e,\n    pub anchor: Anchor,\n}\n```\n\n## Usage\n\nSpawn a `TextModeSpriteBundle` with the desired background and foreground colors.\n\n## Compatible Bevy versions\n\n| `bevy_text_mode` | `bevy` |\n|:----------------:|:------:|\n|      0.4.0       |  0.14  |\n|      0.3.0       |  0.13  |\n|      0.2.0       |  0.11  |\n|      0.1.1       |  0.10  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyopox%2Fbevy_text_mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyopox%2Fbevy_text_mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyopox%2Fbevy_text_mode/lists"}