{"id":16697957,"url":"https://github.com/richfitz/boxr","last_synced_at":"2026-04-22T08:31:28.670Z","repository":{"id":66276605,"uuid":"42667567","full_name":"richfitz/boxr","owner":"richfitz","description":"Interface to 'termbox' (https://github.com/nsf/termbox)","archived":false,"fork":false,"pushed_at":"2015-09-22T17:36:48.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T16:12:12.616Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richfitz.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}},"created_at":"2015-09-17T16:26:06.000Z","updated_at":"2015-09-17T20:41:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"26970c5c-3ccf-454a-ae36-f703062f4d7c","html_url":"https://github.com/richfitz/boxr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richfitz/boxr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Fboxr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Fboxr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Fboxr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Fboxr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richfitz","download_url":"https://codeload.github.com/richfitz/boxr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richfitz%2Fboxr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32127818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T07:37:52.372Z","status":"ssl_error","status_checked_at":"2026-04-22T07:37:51.635Z","response_time":58,"last_error":"SSL_read: 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":[],"created_at":"2024-10-12T17:49:54.629Z","updated_at":"2026-04-22T08:31:28.654Z","avatar_url":"https://github.com/richfitz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boxr\n\n\u003e Interface to 'termbox'\n\n[![Linux Build Status](https://travis-ci.org/richfitz/boxr.svg?branch=master)](https://travis-ci.org/richfitz/boxr)\n\nInterface to '[termbox](https://github.com/nsf/termbox)'.  The idea is low level support for terminal based reactive apps.\n\n## Low level interface\n\n`boxr` supports the full termbox interface, which is not very large.\n\n* `tb_init`\n* `tb_shutdown`\n* `tb_width`\n* `tb_height`\n* `tb_clear`\n* `tb_set_clear_attributes`\n* `tb_present`\n* `tb_set_cursor`\n* `tb_change_cell`\n* `tb_cell_buffer` (read-only)\n* `tb_select_input_mode`\n* `tb_select_output_mode`\n* `tb_peek_event`\n* `tb_poll_event`\n\nThe [termbox](https://github.com/nsf/termbox) documentation is the best place for details on these functions; the R interface here merely exposes them and does a teensy bit of type coersion.\n\nThe many, _many_ constants defined by termbox are available in the `tb` object (e.g. `tb$BLUE` is the colour code for blue).  See `ls(boxr::tb)` for the full set.\n\nIn addition, `boxr` has two vectorised version of `tb_change_cell`:\n\n* `boxr_change_cell` - vectorised in all arguments\n* `boxr_change_rect` - takes x, y rectangle corners as x/y arguments\n\n\n## Installation\n\n```r\ndevtools::install_github(\"richfitz/boxr\")\n```\n\n## License\n\nMIT + file LICENSE © [Rich FitzJohn](https://github.com/richfitz).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichfitz%2Fboxr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichfitz%2Fboxr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichfitz%2Fboxr/lists"}