{"id":21418656,"url":"https://github.com/kdesp73/tui-kit","last_synced_at":"2025-03-16T19:25:16.147Z","repository":{"id":172901408,"uuid":"649918351","full_name":"KDesp73/tui-kit","owner":"KDesp73","description":"An ANSI based library in C++ for both Linux and Windows, that allows users to add menus, loading animations and color to their cli applications","archived":false,"fork":false,"pushed_at":"2024-01-28T23:21:07.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T06:09:21.085Z","etag":null,"topics":["animations","ansi","colors","cpp","menu","text","tui"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KDesp73.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":"2023-06-05T23:44:23.000Z","updated_at":"2024-01-26T22:00:39.000Z","dependencies_parsed_at":"2024-11-22T19:34:42.911Z","dependency_job_id":null,"html_url":"https://github.com/KDesp73/tui-kit","commit_stats":null,"previous_names":["kdesp73/ansi-text-manipulation-library","kdesp73/cli-kit","kdesp73/tui-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Ftui-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Ftui-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Ftui-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDesp73%2Ftui-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KDesp73","download_url":"https://codeload.github.com/KDesp73/tui-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918645,"owners_count":20368746,"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":["animations","ansi","colors","cpp","menu","text","tui"],"created_at":"2024-11-22T19:23:09.576Z","updated_at":"2025-03-16T19:25:16.126Z","avatar_url":"https://github.com/KDesp73.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tui-kit\n\nAn ANSI based library in C++ for both Linux and Windows, that allows users to add menus, loading animations and color to their tui applications\n\n## Usage\n\n1. Clone the repository in your project folder\n\n```bash\ngit clone --depth=1 git@github.com:KDesp73/tui-kit.git\n```\n\n2. In your `CMakeLists.txt` file include the library\n\n```cmake\nadd_subdirectory(tui-kit)\ninclude_directories(tui-kit)\n\ntarget_link_libraries(${PROJECT_NAME} TuiKit)\n```\n\n3. To use the classes and methods of this library include the `tui_kit.h` file\n\n## Documentation\n\n[Check it here](./Documentation.md)\n\n## File Tree\n\n```\n.\n├── tui_kit.h\n├── CMakeLists.txt\n├── Documentation.md\n├── include\n│   ├── animations.h\n│   ├── menu.h\n│   ├── menu_utils.h\n│   └── text.h\n├── LICENSE\n├── README.md\n└── src\n    ├── animations\n    │   └── animations.cpp\n    ├── main.cpp\n    ├── menu\n    │   ├── menu.cpp\n    │   └── menu_utils.cpp\n    └── text\n        └── text.cpp\n```\n\n## License\n\nThis work is published under the [GNU GENERAL PUBLIC LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdesp73%2Ftui-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdesp73%2Ftui-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdesp73%2Ftui-kit/lists"}