{"id":23296479,"url":"https://github.com/thatonegin/lcb","last_synced_at":"2026-06-30T11:32:01.497Z","repository":{"id":263899750,"uuid":"889697325","full_name":"ThatOneGin/lcb","owner":"ThatOneGin","description":"Ncurses bindings for lua","archived":false,"fork":false,"pushed_at":"2024-11-23T13:55:08.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T19:48:49.631Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatOneGin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T01:27:06.000Z","updated_at":"2025-02-02T13:11:02.000Z","dependencies_parsed_at":"2025-04-06T19:48:51.429Z","dependency_job_id":"5c6bcd46-e57c-4f8b-af6f-e15feb2cfeef","html_url":"https://github.com/ThatOneGin/lcb","commit_stats":null,"previous_names":["thatonegin/lcb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThatOneGin/lcb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Flcb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Flcb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Flcb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Flcb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatOneGin","download_url":"https://codeload.github.com/ThatOneGin/lcb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatOneGin%2Flcb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34965642,"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-30T02:00:05.919Z","response_time":92,"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":"2024-12-20T07:11:50.223Z","updated_at":"2026-06-30T11:32:01.429Z","avatar_url":"https://github.com/ThatOneGin.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LCB\n\nLua curses bindings\n\n* Notes: these bindings are made close to the ncurses library, so anyone who knows ncurses can just download and use it with almost no problems. I can't emulate ncurses perfectly in lua as i'm new to the lua C api and i made this for learning purposes\n\n## using (locally)\n\n* 1. clone the repo and compile using ```make``` command.\n* 2. and then, include the ```lcb.lua``` and the ```lcblib.so``` in whatever folder you want.\n\nExample:\n\n```lua\nlcb = require(\"lcblib\")\nlcb.initscr()\nlcb.getch()\nlcb.endwin()\n```\n\nYou dont have to worry about of a misspelling a variable/function name as it has auto completion for some editors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonegin%2Flcb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatonegin%2Flcb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatonegin%2Flcb/lists"}