{"id":23964487,"url":"https://github.com/firefly-zero/firefly-rust","last_synced_at":"2026-02-28T22:11:37.045Z","repository":{"id":237632103,"uuid":"794950865","full_name":"firefly-zero/firefly-rust","owner":"firefly-zero","description":"🦀 Rust SDK for making Firefly Zero games","archived":false,"fork":false,"pushed_at":"2026-02-28T20:11:50.000Z","size":187,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T21:38:18.056Z","etag":null,"topics":["embedded-graphics","firefly-zero","framework","gamedev","graphics","rendering","rust","sdk","wasm"],"latest_commit_sha":null,"homepage":"","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":"2024-05-02T09:36:09.000Z","updated_at":"2026-02-28T20:11:42.000Z","dependencies_parsed_at":"2024-10-16T17:46:50.545Z","dependency_job_id":"e9223a78-6e54-4ab8-8d0b-8022d33e2c71","html_url":"https://github.com/firefly-zero/firefly-rust","commit_stats":null,"previous_names":["firefly-zero/firefly-rust"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/firefly-zero/firefly-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firefly-zero","download_url":"https://codeload.github.com/firefly-zero/firefly-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29953212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"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":["embedded-graphics","firefly-zero","framework","gamedev","graphics","rendering","rust","sdk","wasm"],"created_at":"2025-01-06T21:34:52.756Z","updated_at":"2026-02-28T22:11:37.000Z","avatar_url":"https://github.com/firefly-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firefly-rust\n\nRust SDK for making [Firefly Zero](https://fireflyzero.com/) games.\n\n* [▶️ getting started](https://docs.fireflyzero.com/dev/getting-started/)\n* [📄 api docs](https://docs.rs/firefly-rust/latest/firefly_rust/)\n* [📦 crates.io](https://crates.io/crates/firefly-rust)\n* [🐙 github](https://github.com/firefly-zero/firefly-rust)\n\n## Installation\n\n```bash\ncargo add firefly_rust\n```\n\n## Cargo features\n\n* `std`: required if you don't build your project with `#![no_std]`. It will remove from the crate the custom panic handler to avoid conflicts with the standard library.\n* `alloc`: required if you want to use [`FileBuf`](https://docs.rs/firefly-rust/latest/firefly_rust/struct.FileBuf.html). Allows the crate to do memory allocations. If you enable `alloc` but not `std`, you have to also provide a global allocator. The easiest way to do so is to activate the `talc` feature (see below).\n* `talc`: enable a global [talc](https://github.com/SFBdragon/talc)-powered allocator. The same as the `alloc` feature but you don't have to configure an allocator yourself.\n* `sudo`: required if you want to use [`sudo`](https://docs.rs/firefly-rust/latest/firefly_rust/sudo/index.html) module. Enables privileged access to the Firefly Zero device.\n* `nalgebra`: can be activated if you use [nalgebra](https://github.com/dimforge/nalgebra). Enables type conversion to and from nalgebra vectors.\n\n## License\n\nMIT License. You can do whatever you want with the SDK, modify it, embed into any apps and games. Have fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirefly-zero%2Ffirefly-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-rust/lists"}