{"id":15050698,"url":"https://github.com/crgimenes/neoframe","last_synced_at":"2026-02-03T19:03:10.333Z","repository":{"id":230733032,"uuid":"779693259","full_name":"crgimenes/NeoFrame","owner":"crgimenes","description":"Always-on-top, click-through overlay with a top-left hot-corner for drawing, erasing, and a basic terminal.","archived":false,"fork":false,"pushed_at":"2025-10-05T05:35:27.000Z","size":600,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-10-05T07:21:40.777Z","etag":null,"topics":["ebitengine","golang","objective-c"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crgimenes.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-30T14:42:32.000Z","updated_at":"2025-10-05T05:35:02.000Z","dependencies_parsed_at":"2025-10-05T07:13:23.545Z","dependency_job_id":"e639ec56-bab3-47d0-bce3-83af8799567f","html_url":"https://github.com/crgimenes/NeoFrame","commit_stats":null,"previous_names":["crgimenes/neoframe"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/crgimenes/NeoFrame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crgimenes%2FNeoFrame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crgimenes%2FNeoFrame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crgimenes%2FNeoFrame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crgimenes%2FNeoFrame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crgimenes","download_url":"https://codeload.github.com/crgimenes/NeoFrame/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crgimenes%2FNeoFrame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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":["ebitengine","golang","objective-c"],"created_at":"2024-09-24T21:28:57.407Z","updated_at":"2026-02-03T19:03:10.325Z","avatar_url":"https://github.com/crgimenes.png","language":"Go","readme":"# NeoFrame (nf)\n\nA minimal on-screen overlay that creates a transparent, always‑on‑top window which lets normal mouse and keyboard input pass through. When the cursor touches the **top‑left corner**, a small toolbar appears so you can pick a color and draw on the screen or select an eraser. A simple command prompt is also available with basic commands (e.g., `clear`, `exit`).\n\n\u003e Status: early prototype intended for macOS and Windows; Linux may work but is not part of the release targets yet.\n\n![NeoFrame](https://github.com/crgimenes/NeoFrame/blob/trunk/nf.gif)\n\n## Features\n\n- Transparent, click‑through overlay window (stays above all apps).\n- Hot‑corner (**top‑left**) toolbar for quick tool selection.\n- Freehand drawing with color selection and an eraser.\n- Basic terminal prompt with `clear` and `exit`.\n- Skips taskbar / dock and uses a window class/name for X11 when available.\n- Auto-detects monitor size on startup.\n\n## Build\n\nRequirements:\n\n- Go **1.25+** (CGO enabled).\n- macOS: Xcode Command Line Tools; Windows: a recent MinGW toolchain is recommended.\n- Module deps are managed via `go.mod` (Ebitengine v2, FreeType, x/image, readline).\n\nQuick build:\n\n```sh\n# Using the Makefile (produces ./nf)\nmake build\n\n# Or directly:\nCGO_ENABLED=1 go build -trimpath -ldflags \"-s -w\" -o nf .\n```\n\nCross builds (macOS/Windows) are automated by `release.sh` (requires a `GITHUB_TOKEN`; optional Apple Developer ID signing).\n\n## Run\n```sh\n./nf\n```\n\nBehavior:\n\n- The overlay starts transparent and on top of other windows.\n- Move the mouse to the **top‑left corner** to reveal the toolbar.\n- Select a color to draw; choose the eraser to remove strokes.\n- Use the prompt for `clear` (wipe drawings) or `exit` (quit).\n\n## Notes \u0026 Limitations\n\n- Click‑through and transparency depend on platform window APIs; exact behavior may vary between OS versions and, on Linux, between window managers.\n- High‑DPI are expected to work; edge cases may still exist.\n- Multi‑monitor are not supported yet; the overlay appears on the primary display or on the used to start the app.\n\n## License\n\nBSD 3‑Clause. See [`LICENSE`](LICENSE).\n\n## References\n\n- Ebitengine (Ebiten) v2: https://ebitengine.org\n- Go CGO docs: https://pkg.go.dev/cmd/cgo\n- FreeType for Go: https://pkg.go.dev/github.com/golang/freetype\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrgimenes%2Fneoframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrgimenes%2Fneoframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrgimenes%2Fneoframe/lists"}