{"id":13562200,"url":"https://github.com/nowrep/imgoverlay","last_synced_at":"2025-04-13T22:12:14.116Z","repository":{"id":140046413,"uuid":"292801775","full_name":"nowrep/imgoverlay","owner":"nowrep","description":"Vulkan/OpenGL overlay renderer","archived":false,"fork":false,"pushed_at":"2023-08-21T11:09:59.000Z","size":42586,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:38:32.848Z","etag":null,"topics":["opengl","overlay","vulkan"],"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/nowrep.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}},"created_at":"2020-09-04T09:04:41.000Z","updated_at":"2025-03-24T04:46:30.000Z","dependencies_parsed_at":"2024-01-16T18:23:49.178Z","dependency_job_id":null,"html_url":"https://github.com/nowrep/imgoverlay","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fimgoverlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fimgoverlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fimgoverlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowrep%2Fimgoverlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowrep","download_url":"https://codeload.github.com/nowrep/imgoverlay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788915,"owners_count":21161728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["opengl","overlay","vulkan"],"created_at":"2024-08-01T13:01:05.661Z","updated_at":"2025-04-13T22:12:14.091Z","avatar_url":"https://github.com/nowrep.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Imgoverlay\n\nVulkan/OpenGL overlay renderer (shared memory or texture).  \nIncluded QtWebEngine client allows to use any web page as overlay.\n\nStarted as [MangoHud](https://github.com/flightlessmango/MangoHud) fork.\n\n## Building\n\n#### Dependencies\n* glslangValidator\n* python3\n* Xlib\n* Qt - Core, Network, Widgets, WebEngineWidgets, QuickWidgets\n* EGL\n\n#### Build\n```sh\nmeson build\nmeson install\n```\nArchLinux: [PKGBUILD](dist/PKGBUILD)\n\n# Usage\n\n## Run Vulkan/OpenGL app\n```sh\n# Vulkan\nIMGOVERLAY=1 /path/to/app\n# OpenGL\nimgoverlay /path/to/app\n```\n\n#### Configuration (app)\n* `IMGOVERLAY_CONFIGFILE` env variable\n* `~/.config/imgoverlay/\u003cAPP\u003e.conf` (eg. `~/.config/imgoverlay/vkcube.conf`)\n* `~/.config/imgoverlay/imgoverlay.conf`\n\n```ini\nsocket=/tmp/imgoverlay.socket\ntoggle_overlay=Shift_R+F12\n```\n\n## Run client\n```sh\nimgoverlayclient [--tray] [config-file]\n```\n* `--tray` start minimized in system tray\n* `--shm` use shared memory instead of DMA-BUF (required for GLX currently)\n* `--disable-gpu` disable QtWebEngine GPU rendering\n* `config-file` path to config file (default `~/.config/imgoverlayclient.conf`)\n\n#### Configuration (client)\n\n```ini\n[General]\nSocket=/tmp/imgoverlay.socket\nCache=cache\n\n[Github_example]\nUrl=https://github.com/nowrep/imgoverlay\nX=0\nY=0\nWidth=200\nHeight=200\nInjectScript=script.js\n\n[Another_site]\nUrl=https://google.com\nX=210\nY=210\nWidth=100\nHeight=100\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowrep%2Fimgoverlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowrep%2Fimgoverlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowrep%2Fimgoverlay/lists"}