{"id":50820705,"url":"https://github.com/laserattack/cboomer","last_synced_at":"2026-06-13T13:34:45.891Z","repository":{"id":344576668,"uuid":"1182268229","full_name":"laserattack/cboomer","owner":"laserattack","description":"a C port of Boomer by Tsoding - a zoomer application for Linux","archived":false,"fork":false,"pushed_at":"2026-04-30T20:59:34.000Z","size":6815,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-13T13:34:45.054Z","etag":null,"topics":[],"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/laserattack.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":"2026-03-15T09:28:44.000Z","updated_at":"2026-06-06T10:17:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/laserattack/cboomer","commit_stats":null,"previous_names":["laserattack/cboomer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laserattack/cboomer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laserattack%2Fcboomer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laserattack%2Fcboomer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laserattack%2Fcboomer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laserattack%2Fcboomer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laserattack","download_url":"https://codeload.github.com/laserattack/cboomer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laserattack%2Fcboomer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34286975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2026-06-13T13:34:45.425Z","updated_at":"2026-06-13T13:34:45.864Z","avatar_url":"https://github.com/laserattack.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CBoomer\n\n![](./static/demka.gif)\n\nA C port of [Boomer](https://github.com/tsoding/boomer) by Tsoding - a zoomer application for Linux. This port focuses on the core functionality (screenshot viewing, zoom, pan, flashlight) and does not yet implement live window tracking (honestly, I've never used it)\n\n## Features\n\n- Fullscreen screenshot viewer with smooth zoom and pan\n- Flashlight effect that follows your cursor\n- Clean, modular C code with single-header libraries\n\n## Differences from original Boomer\n\n- No live window tracking - focused on screenshot viewing only\n- Additional configuration - more camera and flashlight parameters exposed in `config.h`\n- Soft flashlight edges - smooth gradient instead of hard circular cutoff (you can enable it in the `config.h`)\n- Configurable texture filtering - switch between pixelated and smooth (check `config.h`)\n\n## Pre-built Binaries\n\nCheck the [Releases](https://github.com/laserattack/cboomer/releases/) page for portable Linux executables. Requires:\n\n- Linux x86_64 system\n- X11\n- GPU with OpenGL support (any modern GPU works)\n\n## Build from source\n\n### Dependencies\n\n- X11 development libraries (libX11, libXext, libXrandr)\n- OpenGL development libraries (libGL, libGLX)\n- GLEW (OpenGL Extension Wrangler)\n\n### Build and run\n\n```\nmake\n./cboomer\n```\n\nFor faster screenshot capture with MIT-SHM:\n\n```\nmake USE_XSHM=1\n./cboomer\n```\n\n## Default Controls\n\n| Control                         | Action                   |\n|---------------------------------|--------------------------|\n| \u003ckbd\u003eEsc\u003c/kbd\u003e                  | Quit                     |\n| \u003ckbd\u003e1\u003c/kbd\u003e                    | Reset camera             |\n| \u003ckbd\u003e2\u003c/kbd\u003e                    | Toggle flashlight        |\n| \u003ckbd\u003e=\u003c/kbd\u003e                    | Zoom in                  |\n| \u003ckbd\u003e-\u003c/kbd\u003e                    | Zoom out                 |\n| Drag with left mouse            | Pan the image            |\n| Scroll wheel                    | Zoom in/out              |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + Scroll wheel  | Change flashlight radius |\n\nYou can modify the controls in `src/config.h` and recompile\n\n## Project Structure\n\n- src/cboomer.c - Main application logic\n- src/config.h - Configuration\n- src/la.h - Linear algebra\n- src/screenshot.h - Screenshot capture","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaserattack%2Fcboomer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaserattack%2Fcboomer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaserattack%2Fcboomer/lists"}