{"id":47784946,"url":"https://github.com/firefly-zero/firefly-keyboard","last_synced_at":"2026-04-03T14:22:24.882Z","repository":{"id":343965422,"uuid":"1179028317","full_name":"firefly-zero/firefly-keyboard","owner":"firefly-zero","description":"⌨️ A rust crate for virtual keyboard for Firefly Zero","archived":false,"fork":false,"pushed_at":"2026-03-12T20:10:52.000Z","size":67,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-12T20:27:33.517Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firefly-zero.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-11T16:02:41.000Z","updated_at":"2026-03-12T20:10:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/firefly-zero/firefly-keyboard","commit_stats":null,"previous_names":["firefly-zero/firefly-keyboard"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/firefly-zero/firefly-keyboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-keyboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-keyboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-keyboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-keyboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firefly-zero","download_url":"https://codeload.github.com/firefly-zero/firefly-keyboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-keyboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31357214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T08:03:20.796Z","status":"ssl_error","status_checked_at":"2026-04-03T08:00:37.834Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2026-04-03T14:22:24.231Z","updated_at":"2026-04-03T14:22:24.871Z","avatar_url":"https://github.com/firefly-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luxboard lite\n\nVirtual keyboard for [Firefly Zero](https://fireflyzero.com/) apps using [the Rust SDK](https://github.com/firefly-zero/firefly-rust).\n\n![a screenshot taken from Firefly Zero of a dark gray, QWERTY layout keyboard with a light gray outline around each key. the selected key, 'OK', is highlighted in blue. above the keyboard is the text, \"hello, world!\"](assets/demo.png)\n\n## Installation\n\n```bash\ncargo add firefly-keyboard\n```\n\n## Usage\n\n```rust\n// fn boot()\nlet opts = firefly_keyboard::Options::default();\nlet kbd = firefly_keyboard::Keyboard::new(opts);\n\n// fn update()\nkbd.update();\nif !kbd.is_open() {\n    let text = kbd.text.clone();\n    // ...\n}\n\n// fn render()\nkbd.render();\n```\n\nSee [examples/keyboard/main.rs](./examples/keyboard/main.rs) for a complete example.\n\n## License\n\n[MIT License](./LICENSE). Feel free to use the package in any apps and games and modify it for your needs.\n\nInitially developed by [Nanobot567](https://codeberg.org/Nanobot567) and is currently officially maintained by the Firefly Zero core team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-keyboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirefly-zero%2Ffirefly-keyboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-keyboard/lists"}