{"id":25471151,"url":"https://github.com/maximkanet/terminal-renderer-cpp","last_synced_at":"2026-06-19T16:03:39.342Z","repository":{"id":264050079,"uuid":"870197365","full_name":"MaximkaNet/terminal-renderer-cpp","owner":"MaximkaNet","description":"Text-based UNIX renderer","archived":false,"fork":false,"pushed_at":"2025-07-11T19:39:11.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T03:29:30.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/MaximkaNet.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-09T15:58:54.000Z","updated_at":"2025-07-11T19:39:15.000Z","dependencies_parsed_at":"2024-11-21T18:29:51.562Z","dependency_job_id":"efd446cc-39cc-4c09-9b46-932aa954a771","html_url":"https://github.com/MaximkaNet/terminal-renderer-cpp","commit_stats":null,"previous_names":["maximkanet/terminal-renderer-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaximkaNet/terminal-renderer-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fterminal-renderer-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fterminal-renderer-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fterminal-renderer-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fterminal-renderer-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaximkaNet","download_url":"https://codeload.github.com/MaximkaNet/terminal-renderer-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaximkaNet%2Fterminal-renderer-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34538480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","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":"2025-02-18T09:36:42.271Z","updated_at":"2026-06-19T16:03:39.314Z","avatar_url":"https://github.com/MaximkaNet.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text based renderer\n\n## Installation using CMake\n\n```\nadd_executable(\u003capp_name\u003e \u003csource files ...\u003e)\n\ninclude(FetchContent)\n\nFetchContent_Declare(\n  tren\n  GIT_REPOSITORY https://github.com/MaximkaNet/terminal-renderer-cpp.git\n  GIT_TAG        main\n)\n\nFetchContent_MakeAvailable(tren)\n\ntarget_link_libraries(\u003capp_name\u003e PRIVATE tren)\n```\n\n## Using\nInitialize Terminal Renderer\n```cpp\ntren::init();\n// or\n// tren::init(width, height);\n```\n\nDefine text\n```cpp\ntren::TextDef textDef;\ntextDef.content = \"Hello terminal renderer (tren)\";\n\ntren::drawText(textDef);\n```\n\nRefresh screen\n```cpp\ntren::refresh();\n```\n\nClose Terminal renderer\n```cpp\ntren::endwin();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximkanet%2Fterminal-renderer-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximkanet%2Fterminal-renderer-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximkanet%2Fterminal-renderer-cpp/lists"}