{"id":22094049,"url":"https://github.com/iseahound/textrender","last_synced_at":"2026-04-19T00:16:58.742Z","repository":{"id":44946419,"uuid":"359683266","full_name":"iseahound/TextRender","owner":"iseahound","description":"Simple lightweight reliable text on screen. Runs at 300+ fps.","archived":false,"fork":false,"pushed_at":"2026-03-30T19:08:57.000Z","size":2855,"stargazers_count":76,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-30T19:15:51.087Z","etag":null,"topics":["desktop-app","graphics-engine","user-interface","ux-design"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","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/iseahound.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-04-20T04:27:30.000Z","updated_at":"2026-03-30T19:09:01.000Z","dependencies_parsed_at":"2024-06-07T01:26:03.163Z","dependency_job_id":"fcc586c0-dfe8-4dfc-a30e-36dd742918d4","html_url":"https://github.com/iseahound/TextRender","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/iseahound/TextRender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseahound%2FTextRender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseahound%2FTextRender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseahound%2FTextRender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseahound%2FTextRender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iseahound","download_url":"https://codeload.github.com/iseahound/TextRender/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iseahound%2FTextRender/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["desktop-app","graphics-engine","user-interface","ux-design"],"created_at":"2024-12-01T03:23:44.818Z","updated_at":"2026-04-19T00:16:58.719Z","avatar_url":"https://github.com/iseahound.png","language":"AutoHotkey","funding_links":["https://ko-fi.com/iseahound"],"categories":[],"sub_categories":[],"readme":"# TextRender\n\nSimple lightweight reliable text on screen. Runs at 300+ fps.\n\n#### Example\n\n    #include TextRender.ahk\n    tr := TextRender(\"hello world!\", \"color: Aquamarine\")\n\n![example](https://github.com/user-attachments/assets/9fcc377c-827f-4381-a251-8e85670ca789)\n\nThat's it.\n\n\u003e If you want an anonymous notification set the time.\n\u003e `TextRender(\"hello world!\", \"t:3s color: Aquamarine\")`\n\n#### Folders\n\n* examples - Benchmarking and proof of concept\n* test - Testing scripts\n* media - Contains assets used by other folders\n\n#### Usecases\n\n* Displaying notifications that auto-adjust to screen resolution, dpi, rotation\n* Ability to specify which screen it renders to `{screen: \"cursor\"}`\n* Endless customization:\n    * Render inside another application\n    * Complete control of rendering pipeline\n\n#### Documentation\n\n* [Quick Start](https://github.com/iseahound/TextRender/wiki/Quick-Start)\n* [Methods and Properties](https://github.com/iseahound/TextRender/wiki/Methods-and-Properties)\n* [Background and Text Styles](https://github.com/iseahound/TextRender/wiki/Styles)\n* [Tips \u0026 Tricks](https://github.com/iseahound/TextRender/wiki/Tips-\u0026-Tricks)\n\n#### Installation\n\n1. Save [TextRender.ahk](https://github.com/iseahound/TextRender/blob/main/TextRender.ahk) to your script directory.\n2. Add `#include TextRender.ahk` to your script.\n\nAnother way:\n1. Clone this github repository. [[download]](https://github.com/iseahound/TextRender/archive/refs/heads/main.zip)\n2. Browse into the `test` folder and start clicking on scripts. `Examples` contains more advanced usage.\n\n#### Contributing\n\n* This project is considered to be **complete** and will only receive long term support from now on.\n* Anyone can contribute! Not just to the codebase, but also with examples or just images as well!\n* It remains the fastest implementation as of 2026. So it's definitely hard to beat 😊.\n\n#### Donating\n* If for some reason you'd like to show extra appreciation: https://ko-fi.com/iseahound\n\n## Showcase\n\nOld Examples:\n\n![2022-06-09 19꞉22꞉23](https://user-images.githubusercontent.com/9779668/172961086-a96d6815-5e01-4edd-bfb5-56e027c2cfda.png)\n\n![2022-06-09 19꞉23꞉54](https://user-images.githubusercontent.com/9779668/172961157-17a6d10d-5152-4e4f-9349-0fb76c09b9bd.png)\n\nMore examples are welcome since I only use the basic functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiseahound%2Ftextrender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiseahound%2Ftextrender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiseahound%2Ftextrender/lists"}