{"id":16271313,"url":"https://github.com/danemadsen/boxchar","last_synced_at":"2025-08-18T03:33:30.910Z","repository":{"id":192565629,"uuid":"686946354","full_name":"danemadsen/boxchar","owner":"danemadsen","description":"Boxchar is a simple header only library for creating text based user interfaces in C and C++. It is designed to be lightweight and easy to use. At this stage, boxchar doesnt implement anywhere near as many features as ncurses.","archived":false,"fork":false,"pushed_at":"2024-01-15T23:07:49.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T12:49:37.962Z","etag":null,"topics":["cli","game-development","header","mit-license","ncurses","open-source","roguelike","terminal-based","tui"],"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/danemadsen.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":"2023-09-04T09:30:08.000Z","updated_at":"2025-03-13T04:12:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"3974f35e-4d29-4d34-9791-62597cd8d931","html_url":"https://github.com/danemadsen/boxchar","commit_stats":null,"previous_names":["danemadsen/boxchar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danemadsen/boxchar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danemadsen%2Fboxchar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danemadsen%2Fboxchar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danemadsen%2Fboxchar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danemadsen%2Fboxchar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danemadsen","download_url":"https://codeload.github.com/danemadsen/boxchar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danemadsen%2Fboxchar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270940505,"owners_count":24671671,"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-08-18T02:00:08.743Z","response_time":89,"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":["cli","game-development","header","mit-license","ncurses","open-source","roguelike","terminal-based","tui"],"created_at":"2024-10-10T18:13:15.892Z","updated_at":"2025-08-18T03:33:30.851Z","avatar_url":"https://github.com/danemadsen.png","language":"C","readme":"# Boxchar\nBoxchar is a simple header only library for creating text based user interfaces in C and C++. \nIt is designed to be lightweight and easy to use. At this stage, boxchar doesnt implement \nanywhere near as many features as ncurses.\n\nCurrently untested on windows so feedback would be appriciated\n\n## Features\n- Header-only: Easy to integrate with your project.\n- Cross-platform: Compatible with Windows and Unix-like operating systems.\n- Color support: Allows customization of text and background colors.\n- Lightweight and fast: Built with performance in mind.\n- UTF-8 and wide character support: For internationalization and localization.\n\n## Prerequisites\n- A C or C++ compiler.\n- Basic knowledge of C or C++ programming.\n\n## Installation\nSince Boxchar is a header-only library, installation is as simple as copying `boxchar.h` into your project's include path. You can do this by adding it to your project manually or including it as a submodule in your git project.\n\n## Example\nTo compile the example run `gcc boxchar.h example.c -o example` in the terminal, and then run `./example` to launch the example\n\n## Licence\n```\nMIT License\n\nCopyright (c) 2023 Dane Madsen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanemadsen%2Fboxchar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanemadsen%2Fboxchar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanemadsen%2Fboxchar/lists"}