{"id":18237525,"url":"https://github.com/cactoes/reflection","last_synced_at":"2026-04-19T07:33:37.629Z","repository":{"id":259783588,"uuid":"879420529","full_name":"cactoes/reflection","owner":"cactoes","description":"Reflection -UI is a c++20 desktop application library.","archived":false,"fork":false,"pushed_at":"2024-11-21T15:50:26.000Z","size":189,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T21:08:27.391Z","etag":null,"topics":["cmake","cpp","desktop-apps","library","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cactoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-27T21:11:43.000Z","updated_at":"2024-11-21T15:47:34.000Z","dependencies_parsed_at":"2024-11-21T16:32:10.331Z","dependency_job_id":"c76eedd7-9483-4c10-ad9d-05cd4331bf1f","html_url":"https://github.com/cactoes/reflection","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"576c55da75d22e101a3e3dcc53ff8bc69e3957b3"},"previous_names":["cactoes/reflection"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cactoes/reflection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cactoes","download_url":"https://codeload.github.com/cactoes/reflection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cactoes%2Freflection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31998913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["cmake","cpp","desktop-apps","library","windows"],"created_at":"2024-11-05T02:06:20.852Z","updated_at":"2026-04-19T07:33:37.580Z","avatar_url":"https://github.com/cactoes.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eReflection -UI\u003c/h1\u003e\n\n![](preview.jpg)\n\nReflection -UI is a c++20 desktop application library. It offers an c++ api to add visual elements to a window.\nInternally it uses the WebView2 browser to renderer UI components. \u003cbr\u003e \u003cbr\u003e\n\n\u003e [!NOTE]\n\u003e This project is currently only supported on windows. WebView2 is not cross-platform. \u003cbr\u003e\n\u003e Feel free to open a pr with a different browser framework implementation\n\n\u003ch2\u003eHow to compile from source\u003c/h2\u003e\nThe project will run some typescript code which and \u003ca href=\"https://bun.sh/\"\u003eBUN\u003c/a\u003e as its interpreter. \u003cbr\u003e\nTo keep this repository small the dependencies have not been shipped but will be explained here:\n\u003ch3\u003eJSON\u003c/h3\u003e\nFor JSON parsing \u003ca href=\"https://github.com/nlohmann/json\"\u003enlohmann json\u003c/a\u003e. \u003cbr\u003e\nplace the contents of the single_include in the include folder of the json dependency\n\u003ch3\u003eWebView2\u003c/h3\u003e\nIn the include folder place \u003ccode\u003eWebView2.h\u003c/code\u003e \u0026 \u003ccode\u003eWebView2EnvironmentOptions.h\u003c/code\u003e. \u003cbr\u003e\nIn the lib folder place \u003ccode\u003eWebView2LoaderStatic.lib\u003c/code\u003e\n\u003ch3\u003ewil\u003c/h3\u003e\nCopy the wil folder direcly into the include folder of the wil dependency.\n\n\u003ch2\u003eHow to compile when included\u003c/h2\u003e\nJust link the .lib of either the debug or release depending on your target and link the header files that come included, no extra libraries needed.\n\n\u003ch2\u003eCMake using MSVC\u003c/h2\u003e\n\n```powershell\nPS\u003e mkdir build\nPS\u003e cd build\nPS\u003e cmake .. -G \"Visual Studio 17 2022\" -A x64\nPS\u003e cmake --build . --config Release\n```\n\n\u003ch2\u003eDocumentation \u0026 Examples\u003c/h2\u003e\nFor an example program please look \u003ca href=\"./src/example/\"\u003ehere\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcactoes%2Freflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcactoes%2Freflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcactoes%2Freflection/lists"}