{"id":17939793,"url":"https://github.com/shanecelis/bevy_minibuffer","last_synced_at":"2025-03-24T11:32:38.093Z","repository":{"id":231976205,"uuid":"782458404","full_name":"shanecelis/bevy_minibuffer","owner":"shanecelis","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-12T08:26:03.000Z","size":582,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-12T14:45:49.782Z","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/shanecelis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE2","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}},"created_at":"2024-04-05T10:46:53.000Z","updated_at":"2024-04-14T19:40:33.270Z","dependencies_parsed_at":"2024-04-14T19:40:26.425Z","dependency_job_id":null,"html_url":"https://github.com/shanecelis/bevy_minibuffer","commit_stats":null,"previous_names":["shanecelis/bevy_minibuffer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanecelis%2Fbevy_minibuffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanecelis%2Fbevy_minibuffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanecelis%2Fbevy_minibuffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanecelis%2Fbevy_minibuffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanecelis","download_url":"https://codeload.github.com/shanecelis/bevy_minibuffer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245261084,"owners_count":20586519,"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-29T00:44:16.756Z","updated_at":"2025-03-24T11:32:33.080Z","avatar_url":"https://github.com/shanecelis.png","language":"Rust","readme":"# bevy_minibuffer\n\nThis is a developer console for the bevy game engine. It's inspired by the\nuser interface of classic unix text editors rather than the unix shell.\n\n\u003e [!CAUTION]\n\u003e `bevy_minibuffer` is currently in the early stages of development and is subject to breaking changes.\n\n# Example\n![two_commands example](https://github.com/shanecelis/bevy_minibuffer/assets/54390/e90c4ef9-664c-47af-8ff5-a83214237341)\n\nThe video above shows the [two_commands.rs](examples/two_commands.rs) example.\n\n# Goals\n\n- Easily add commands\n- Easily bind key chord sequences to commands\n- Easily solicit user for textual input\n- Tab completable\n## Unrealized goals\n- Easily exclude from build\n- Easily opt-in to built-in functionality\n\n# Antigoals\n\n- No general text editing\n- No windows or panels\n\nTry to force everything through the minibuffer at the bottom of the screen. It can resize to accommodate more than one-line of text. \n\n- No default kitchen sink\n\nThe default functionality should be a blank slate that does nothing if no commands or key bindings have been added. Built-in functions like `exec_act` and the \":\" key binding should be opt-in.\n\n# FAQ\n\n## Why are bevy_minibuffer commands called acts?\n\n`bevy_minibuffer` commands are called `Act`s to avoid confusion because bevy\nalready has its own `Command` struct.\n\n# Design Quetions\n## Re: No windows antigoal\nThe minibuffer can show more than one line of text, but what to do if its asked\nto show multiple pages of text?\n\n# License\n\nThis crate is licensed under the MIT License or the Apache License 2.0.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanecelis%2Fbevy_minibuffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanecelis%2Fbevy_minibuffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanecelis%2Fbevy_minibuffer/lists"}