{"id":17968250,"url":"https://github.com/sunnyyoung/cocoawindow","last_synced_at":"2026-03-13T14:32:47.849Z","repository":{"id":42443586,"uuid":"238893628","full_name":"sunnyyoung/CocoaWindow","owner":"sunnyyoung","description":"Make NSWindow great again ✨","archived":false,"fork":false,"pushed_at":"2022-07-22T05:13:57.000Z","size":3660,"stargazers_count":31,"open_issues_count":2,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-22T18:00:07.530Z","etag":null,"topics":["cocoa","coocawindow","custom-nswindow","macos","nswindow"],"latest_commit_sha":null,"homepage":"","language":"C","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/sunnyyoung.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}},"created_at":"2020-02-07T10:09:36.000Z","updated_at":"2024-10-29T14:55:15.000Z","dependencies_parsed_at":"2022-08-28T07:12:14.276Z","dependency_job_id":null,"html_url":"https://github.com/sunnyyoung/CocoaWindow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sunnyyoung/CocoaWindow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnyyoung%2FCocoaWindow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnyyoung%2FCocoaWindow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnyyoung%2FCocoaWindow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnyyoung%2FCocoaWindow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunnyyoung","download_url":"https://codeload.github.com/sunnyyoung/CocoaWindow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnyyoung%2FCocoaWindow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30468314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cocoa","coocawindow","custom-nswindow","macos","nswindow"],"created_at":"2024-10-29T14:20:43.226Z","updated_at":"2026-03-13T14:32:47.823Z","avatar_url":"https://github.com/sunnyyoung.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CocoaWindow\n\nMake NSWindow great again ✨\n\n## Overview\n\n| Realtime blur background | Close button offset |\n|---|---|\n| ![Blur](Screenshots/Blur.gif) | ![CloseButtonOffset](Screenshots/CloseButtonOffset.gif) |\n\n| Hide decoration view | Show title bar |\n|---|---|\n| ![HideDecorationView](Screenshots/HideDecorationView.gif) | ![ShowTitle](Screenshots/ShowTitle.gif) |\n\n| Title bar height | Show title bar |\n|---|---|\n| ![TitlebarHeight](Screenshots/TitlebarHeight.gif) | ![TransparentTitlebar](Screenshots/TransparentTitlebar.gif) |\n\n## Requirements\n\n- macOS 10.11+\n- Xcode 10+\n\n## Usage\n\n```objc\nwindow.opaque = NO;                                                 // Required setting\nwindow.cw_isDecorationViewHidden = YES;\nwindow.cw_blur = 30.0;                                              // Default is 0.0\nwindow.cw_titlebarHeight = 48.0;                                    // Default is 0.0\nwindow.cw_closeButtonOffset = 12.0;                                 // Default is 0.0\n```\n\n## Installation\n\n### CocoaPods\n\nCocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate CocoaWindow into your Xcode project using CocoaPods, specify it in your Podfile:\n\n```ruby\npod 'CocoaWindow'\n```\n\n### Manually\n\nIf you prefer not to use any of the aforementioned dependency managers, you can integrate CocoaWindow into your project manually.\n\n## License\n\nThe [MIT](LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunnyyoung%2Fcocoawindow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunnyyoung%2Fcocoawindow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunnyyoung%2Fcocoawindow/lists"}