{"id":20278853,"url":"https://github.com/madladsquad/untitledimguitextutils","last_synced_at":"2025-04-11T06:14:07.670Z","repository":{"id":181607651,"uuid":"586223033","full_name":"MadLadSquad/UntitledImGuiTextUtils","owner":"MadLadSquad","description":"A bunch of small utility functions to make marking down text in ImGui easier","archived":false,"fork":false,"pushed_at":"2025-03-13T22:20:12.000Z","size":69,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T06:14:01.570Z","etag":null,"topics":["cpp","imgui","utility","utility-library"],"latest_commit_sha":null,"homepage":"https://madladsquad.com/","language":"C++","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/MadLadSquad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yaml","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},"funding":{"ko_fi":"madladsquad"}},"created_at":"2023-01-07T11:34:04.000Z","updated_at":"2025-03-22T01:05:55.000Z","dependencies_parsed_at":"2023-12-25T00:22:02.827Z","dependency_job_id":"edb96d29-3dde-4e51-93f5-1783d957cddd","html_url":"https://github.com/MadLadSquad/UntitledImGuiTextUtils","commit_stats":null,"previous_names":["madladsquad/untitledimguitextutils"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledImGuiTextUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledImGuiTextUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledImGuiTextUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MadLadSquad%2FUntitledImGuiTextUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MadLadSquad","download_url":"https://codeload.github.com/MadLadSquad/UntitledImGuiTextUtils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351393,"owners_count":21089270,"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":["cpp","imgui","utility","utility-library"],"created_at":"2024-11-14T13:26:47.560Z","updated_at":"2025-04-11T06:14:07.649Z","avatar_url":"https://github.com/MadLadSquad.png","language":"C++","funding_links":["https://ko-fi.com/madladsquad"],"categories":[],"sub_categories":[],"readme":"# UntitledImGuiTextUtils\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n[![trello](https://img.shields.io/badge/Trello-UDE-blue])](https://trello.com/b/HmfuRY2K/untitleddesktop)\n[![Discord](https://img.shields.io/discord/717037253292982315.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/4wgH8ZE)\n\nA bunch of small utility functions to make marking down text in ImGui easier. We have the following rendering features:\n- [x] Bold\n- [x] Italic\n- [x] Bold Italic\n- [x] Monospace\n- [x] Small\n- [x] Link\n- [x] Underline\n- [x] Strikethrough\n- [x] Blockquote\n- [x] Code blocks\n- [x] Inline code\n- [x] Subscript\n- [x] Superscript\n- [x] Highlighted text\n- [x] Ruby text\n\n## Learning\nAll information can be found on the [wiki](https://github.com/MadLadSquad/UntitledImGuiTextUtils/wiki).\n\n## Showcase\n### Easy typeface rendering\nRendering Normal, Bold, Italic, BoldItalic and Monospace text all in 5 lines of code:\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/bfe53f8d-5803-48c4-93f7-cca3e7d5ecd4)\n\n### Underline, strikethrough, links and text highlighting\nRendering Underline, Strikethrough, Link and highlighted text with and without word wrapping, all with configurable colours:\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/5b68c98f-d83e-4adc-b48e-5e16c3fb9e42)\n\n### Blockquotes\nBlockquotes, with an additional function to render only the rectangle to enable for nesting:\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/1ba16928-bc66-4ee5-9016-1162462a45b9)\n\n### Code blocks\nCode blocks with monospaced text and custom background:\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/6c6773b5-0596-4919-b6e6-194c20759ab5)\n\n### Inline code\nInline code with monospaced text and custom background:\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/1bbe635b-0d0c-4a26-bbe8-e5e5ec24444b)\n\n### Ruby annotations\nRuby annotations for use with logographic writing systems like Hanzi(Only `Kanji` is ruby text in this example):\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/33c76da7-6881-4366-8eb4-6fd34b50dba5)\n\n### Subscripts and superscripts\nSubscript and superscript text rendered in 1 function call, both starting from the same X position:\n\n![image](https://github.com/MadLadSquad/UntitledImGuiTextUtils/assets/40400590/ae576a01-e00a-47db-90be-671469a90aef)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadladsquad%2Funtitledimguitextutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadladsquad%2Funtitledimguitextutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadladsquad%2Funtitledimguitextutils/lists"}