{"id":20777353,"url":"https://github.com/georgjz/ftxui-cradle","last_synced_at":"2025-10-05T01:45:14.372Z","repository":{"id":129682577,"uuid":"408094046","full_name":"georgjz/ftxui-cradle","owner":"georgjz","description":"A simple C++ project template for applications using FTXUI","archived":false,"fork":false,"pushed_at":"2023-01-21T13:18:57.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T21:45:46.143Z","etag":null,"topics":["cpp","ftxui","gui","template-project"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/georgjz.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":"2021-09-19T10:16:25.000Z","updated_at":"2025-02-22T01:06:22.000Z","dependencies_parsed_at":"2023-03-24T03:32:43.059Z","dependency_job_id":null,"html_url":"https://github.com/georgjz/ftxui-cradle","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/georgjz/ftxui-cradle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgjz%2Fftxui-cradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgjz%2Fftxui-cradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgjz%2Fftxui-cradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgjz%2Fftxui-cradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgjz","download_url":"https://codeload.github.com/georgjz/ftxui-cradle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgjz%2Fftxui-cradle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259868580,"owners_count":22924236,"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":["cpp","ftxui","gui","template-project"],"created_at":"2024-11-17T13:15:04.475Z","updated_at":"2025-10-05T01:45:09.336Z","avatar_url":"https://github.com/georgjz.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FTXUI Cradle\n\nA simple C++ project template for [FTXUI][ftxui] projects. You'll need [CMake][cmake], [git][g], and a C++ compiler.\n\nThe CMake files are purposefully kept minimal and simple, I don't like it when people make assumptions about other people's projects. I prefer to add project dependencies as git submodules, instead of relying on CMake's fetch (I distrust build systems deeply).\n\nTo build the code in this repository, open your favorite terminal:\n\n```bash\ngit clone --recurse-submodules https://github.com/georgjz/ftxui-cradle.git\ncd ftxui-cradle\ncmake -S . -B build -DCMAKE_BUILD-TYPE=Debug\ncmake --build build\n./build/ftxui-cradle\n```\n\nThe code in this repository has been successfully tested with [gcc 12.2][gcc], [clang 15.0.7][clang], and [Microsoft Visual C++ 19.34.31937][msvc].\n\nEnjoy.\n\n[ftxui]: https://github.com/ArthurSonzogni/FTXUI\n[cmake]: https://cmake.org\n[g]: https://git-scm.com\n[gcc]: https://gcc.gnu.org\n[clang]: https://clang.llvm.org\n[msvc]: https://docs.microsoft.com/en-us/cpp/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgjz%2Fftxui-cradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgjz%2Fftxui-cradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgjz%2Fftxui-cradle/lists"}