{"id":20020232,"url":"https://github.com/geokaralis/coreui","last_synced_at":"2026-04-04T21:33:30.383Z","repository":{"id":127656876,"uuid":"191361830","full_name":"geokaralis/coreui","owner":"geokaralis","description":"An advanced, descriptive UI framework for cross platform UI development, macOS, Windows, Linux. ","archived":false,"fork":false,"pushed_at":"2019-07-12T11:13:18.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T12:15:59.275Z","etag":null,"topics":["cpp","descriptive","framework","linux","macos","native","sdk","ui","windows"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geokaralis.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":"2019-06-11T11:54:06.000Z","updated_at":"2020-10-19T14:40:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"5027f36b-9e32-43c0-8d37-dfe201c6de6e","html_url":"https://github.com/geokaralis/coreui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geokaralis/coreui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geokaralis%2Fcoreui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geokaralis%2Fcoreui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geokaralis%2Fcoreui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geokaralis%2Fcoreui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geokaralis","download_url":"https://codeload.github.com/geokaralis/coreui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geokaralis%2Fcoreui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["cpp","descriptive","framework","linux","macos","native","sdk","ui","windows"],"created_at":"2024-11-13T08:30:36.718Z","updated_at":"2026-04-04T21:33:30.361Z","avatar_url":"https://github.com/geokaralis.png","language":"Objective-C++","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/docs/coreui_logo.png\" width=\"120\" alt=\"CoreUI Logo\"/\u003e\n\u003c/p\u003e\n\n# CoreUI\nAn advanced, descriptive UI framework for cross platform UI development, macOS, Windows, Linux. \n\n## Concept\nCoreUI's core concept is the ability to build native user interfaces, for cross platform desktop development using c++, in a descriptive way.\n```cpp\nauto window = new coreui::Window();\nwindow-\u003etitle(\"CoreUI\");\n{\n  coreui::Button* button = new coreui::Button();\n  window-\u003eadd(button);\n  {\n    coreui::Text* label = new coreui::Text(\"Hello, World!\");\n    button-\u003eadd(label);\n  }\n}\n```\n\n## Architecture\nCoreUI essentially generates a tree of views to be rendered to their native counterparts.\n\n## Setup\n\nIn order to setup the dev environment make sure to install CMake and then export the path.\n```\nexport PATH=\"/Applications/CMake.app/Contents/bin\":\"$PATH\"\n```\nThen generate the project to a build folder in the desired environment.\n```\n// Build for XCode on macOS\nmkdir build \u0026\u0026 cd build\ncmake -G Xcode .. \n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeokaralis%2Fcoreui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeokaralis%2Fcoreui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeokaralis%2Fcoreui/lists"}