{"id":16960233,"url":"https://github.com/dflemstr/emui","last_synced_at":"2025-10-13T16:16:49.410Z","repository":{"id":66855239,"uuid":"228421073","full_name":"dflemstr/emui","owner":"dflemstr","description":"An embedded user interface toolkit for Rust","archived":false,"fork":false,"pushed_at":"2019-12-16T15:53:10.000Z","size":13694,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T15:32:33.206Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dflemstr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-12-16T15:48:31.000Z","updated_at":"2024-01-10T16:17:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb12b7ba-fe2e-4e9a-ae66-3efc1074bddc","html_url":"https://github.com/dflemstr/emui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dflemstr/emui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Femui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Femui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Femui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Femui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dflemstr","download_url":"https://codeload.github.com/dflemstr/emui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflemstr%2Femui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016063,"owners_count":26085799,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-13T22:47:39.870Z","updated_at":"2025-10-13T16:16:49.387Z","avatar_url":"https://github.com/dflemstr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `emui`\n\nA lightweight embedded user interface toolkit.\n\n## Features\n\n  * Built on top of `embedded-graphics`.\n  * Uses a flexbox layout engine (`stretch`) so advanced layouts are possible, e.g. that are responsive to screen \n    resolution.\n  * Very low memory footprint.\n  * No dynamic dispatch; all code is inlinable and resulting code size is tiny.\n  * No allocator needed.\n  * Supports basic themeing.\n\n## Examples\n\nAll of the following examples run the same business logic but with different displays/themes.  The code is in the\n[kitchen_sink](./examples/kitchen_sink.rs) file.\n\nYou can run them yourself with one of:\n\n```shell\n# monochrome example\n$ cargo run --example kitchen_sink --release monochrome\n# RGB example\n$ cargo run --example kitchen_sink --release rgb\n```\n\n### Monochrome\n\n![monochrome](./media/demo-monochrome.gif)\n\n### RGB\n\n![rgb](./media/demo-rgb.gif)\n\n### Responsive layout\n\nThis is still running exactly the same code as above, just with a different display size.\n\n![responsive](./media/responsive.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflemstr%2Femui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdflemstr%2Femui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflemstr%2Femui/lists"}