{"id":20033167,"url":"https://github.com/dbr/imgui-software-renderer","last_synced_at":"2025-10-08T23:10:04.311Z","repository":{"id":66406544,"uuid":"352499070","full_name":"dbr/imgui-software-renderer","owner":"dbr","description":"A software renderer for imgui-rs","archived":false,"fork":false,"pushed_at":"2021-04-08T04:38:09.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T18:15:40.785Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbr.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":"2021-03-29T03:00:00.000Z","updated_at":"2021-04-08T04:38:18.000Z","dependencies_parsed_at":"2023-06-02T21:00:22.687Z","dependency_job_id":null,"html_url":"https://github.com/dbr/imgui-software-renderer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fimgui-software-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fimgui-software-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fimgui-software-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fimgui-software-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbr","download_url":"https://codeload.github.com/dbr/imgui-software-renderer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465080,"owners_count":19967243,"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-11-13T09:44:45.723Z","updated_at":"2025-10-08T23:09:59.264Z","avatar_url":"https://github.com/dbr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software renderer for imgui-rs\n\nA renderer backend for imgui-rs to allow easy capture of an \"dear imgui\" interface to a file, without requiring any graphics hardware or complex dependencies.\n\nSome use cases:\n\n1. In a test case, run an application in a \"headless\" mode, interacting with the interface programatically. If an assertion fails, save the rendered image to a PNG file for debugging purposes.\n2. In a test case, render a widget and compare it again a \"known good\" reference image to check a complex custom widget hasn't been altered\n3. Use the renderer to automatically generate screenshots of an application or widget for use in documentation/tutorials.\n\n\n## Notes/performance\n\nPerformance is not a high priority for this project.\n\nThe renderer is reasonably fast (`examples/basic.rs` renders in around 6ms per frame in release mode), but this is almost entirely thanks to the speed of [`tiny_skia`](https://github.com/RazrFalcon/tiny-skia) used for rasterisation.\n\nThe primary goals are:\n\n1. Small, simple to follow code base\n2. Consistent output - the same draw list should produce the same pixel data\n\n\n## Usage\n\nSee the `examples/` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fimgui-software-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbr%2Fimgui-software-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fimgui-software-renderer/lists"}