{"id":25177744,"url":"https://github.com/cppvolodya/windoweffectsconfigurator","last_synced_at":"2026-05-02T23:35:34.487Z","repository":{"id":186182734,"uuid":"674292958","full_name":"cppVolodya/WindowEffectsConfigurator","owner":"cppVolodya","description":"Is a program that shows how to set various effects for a window.","archived":false,"fork":false,"pushed_at":"2023-08-04T19:44:27.000Z","size":12405,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T08:47:44.641Z","etag":null,"topics":["cmake","cpp17","effects","gcc","msvc","qt6","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/cppVolodya.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}},"created_at":"2023-08-03T15:29:32.000Z","updated_at":"2023-08-04T20:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"793d8bad-0247-4530-8df2-1b78130fd6dd","html_url":"https://github.com/cppVolodya/WindowEffectsConfigurator","commit_stats":null,"previous_names":["cppvolodya/windoweffectsconfigurator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cppVolodya/WindowEffectsConfigurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppVolodya%2FWindowEffectsConfigurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppVolodya%2FWindowEffectsConfigurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppVolodya%2FWindowEffectsConfigurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppVolodya%2FWindowEffectsConfigurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppVolodya","download_url":"https://codeload.github.com/cppVolodya/WindowEffectsConfigurator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppVolodya%2FWindowEffectsConfigurator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32553684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T22:28:24.418Z","status":"ssl_error","status_checked_at":"2026-05-02T22:28:14.225Z","response_time":132,"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":["cmake","cpp17","effects","gcc","msvc","qt6","windows"],"created_at":"2025-02-09T14:49:27.483Z","updated_at":"2026-05-02T23:35:34.471Z","avatar_url":"https://github.com/cppVolodya.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Window Effects Configurator\n\n## Roadmap\n\n- About\n- Tech\n- Demo\n- Run locally\n\n## About\n\n\"Window Effects Configurator\" is a program that shows how to set various effects for a window.\n\n![ProgramIcon](https://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/6c80e5dc-636a-4899-9937-7dfba42a5806)\n\n## Tech Stack\n\n- C++(v17)\n- cmake(v3.22.1)\n- Qt(v6)\n- Windows API(WinAPI)\n- compiler Visual Studio(v17 2022)\n- builder MSBuild(v17 2022)\n- operating systems(Windows)\n\n## Demo\n\n- Setting the gradient effect\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/e9cbc85c-3211-4e77-bec5-d897575366b9\n\n- Setting the transparent gradient effect\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/69d6a99c-1a1f-4394-ab23-fe3a641640f3\n\n- Setting the blur effect\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/feae5f5b-5af0-454b-8062-ccad5c457ce2\n\n- Setting the acrylic effect\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/6fd66807-bcb8-4dc9-b755-a1261f734779\n\n- Setting the translucent background\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/697873d9-2410-483e-b415-3e6693f9e89f\n\n- Setting the form for the window in combination with another effects\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/a887db13-32b4-4860-8c6d-c9a38988fe6c\n\n- Setting the fullscreen option\n\nhttps://github.com/cppVolodya/WindowEffectsConfigurator/assets/103601559/85d184c5-67b9-410b-8036-45e0e8dd3ffe\n\n## Run Locally\n\n#### To test the app, follow these steps:\n\n1. Clone or download (rar or zip file) the project:\n\n  ```bash\n  git clone https://github.com/cppVolodya/WindowEffectsConfigurator.git\n  ```\n\n2. Go to the directory with the program:\n\n  ```bash\n  window_effects_configurator/program/windows/\n  ```\n\n3. Run the executable (.exe) file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppvolodya%2Fwindoweffectsconfigurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcppvolodya%2Fwindoweffectsconfigurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppvolodya%2Fwindoweffectsconfigurator/lists"}