{"id":31198023,"url":"https://github.com/tranarchy/simpleoverlay","last_synced_at":"2025-09-20T07:02:18.072Z","repository":{"id":312295866,"uuid":"1046987225","full_name":"tranarchy/simpleoverlay","owner":"tranarchy","description":"OpenGL performance overlay for Linux, macOS and *BSD","archived":false,"fork":false,"pushed_at":"2025-09-12T23:58:55.000Z","size":203,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T00:24:57.777Z","etag":null,"topics":["benchmark","bsd","cgl","dragonflybsd","egl","freebsd","glx","linux","macos","netbsd","openbsd","opengl","overlay"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tranarchy.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":"2025-08-29T14:52:08.000Z","updated_at":"2025-09-12T23:58:59.000Z","dependencies_parsed_at":"2025-08-29T18:46:16.832Z","dependency_job_id":"87c564a7-d91f-4d63-be47-3fbc2347946f","html_url":"https://github.com/tranarchy/simpleoverlay","commit_stats":null,"previous_names":["tranarchy/simpleoverlay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tranarchy/simpleoverlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranarchy%2Fsimpleoverlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranarchy%2Fsimpleoverlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranarchy%2Fsimpleoverlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranarchy%2Fsimpleoverlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tranarchy","download_url":"https://codeload.github.com/tranarchy/simpleoverlay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranarchy%2Fsimpleoverlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276058102,"owners_count":25577867,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":["benchmark","bsd","cgl","dragonflybsd","egl","freebsd","glx","linux","macos","netbsd","openbsd","opengl","overlay"],"created_at":"2025-09-20T07:00:59.711Z","updated_at":"2025-09-20T07:02:18.041Z","avatar_url":"https://github.com/tranarchy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpleoverlay\n\u003cp float=\"left\"\u003e\n\u003cimg width=49% src=\"https://github.com/user-attachments/assets/72fba10a-405c-4fac-8029-e3acbd8ba651\" /\u003e\n\u003cimg width=49% src=\"https://github.com/user-attachments/assets/47d7aa6e-a660-45bc-9349-d32becd31b07\" /\u003e\n\u003cimg width=49% src=\"https://github.com/user-attachments/assets/9b54f96c-4ca5-47bc-90d2-d1a9e1543538\" /\u003e\n\u003cimg width=49% src=\"https://github.com/user-attachments/assets/4a802f9d-b56a-4fdd-90f3-c6225955df40\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eOpenGL performance overlay for Linux, macOS, *BSD and Illumos\u003c/p\u003e\n\n## Key features\n\n- only build-time dependency is a C99 compliant compiler\n- supports legacy OpenGL (1.1), making it compatible with a wide variety of old GPUs\n- made with cross-platform support in mind, currently works on 7 different operating systems\n\n## Configuration\n\nsimpleoverlay can be configured with the following environment variables\n\n- SCALE\n- HORIZONTAL_POS\n- VERTICAL_POS\n- BG_COLOR\n- KEY_COLOR\n- VALUE_COLOR\n- METRICS\n- NO_GRAPH\n- FPS_ONLY\n\nYou can modify them in the `simpleoverlay` wrapper file\n\n## Installing\n\n```\ngit clone https://github.com/tranarchy/simpleoverlay\ncd simpleoverlay\n./build.sh\nsudo ./build.sh install\n```\n\n## 32-bit support\n\nFor 32-bit game support (such as HL2) you will need to run\n\n```\n./build.sh multilib\nsudo ./build.sh install_multilib\n```\n\nYou will need a compiler that can compile for 32-bit, on Linux you can install `gcc-multilib`\n\nYou will also need to uncomment the line in `simpleoverlay` that adds the 32-bit file to LD_PRELOAD\n\n\n## Usage\n\n```\nsimpleoverlay glxgears\n```\n\nFor Steam games\n\n```\nsimpleoverlay %command%\n```\n\n## FreeBSD\n\nTo get CPU temp on FreeBSD you need to load either coretemp (for Intel) or amdtemp (for AMD)\n\n```\nsysrc -f /etc/rc.conf kld_list+=coretemp\nservice kld restart\n```\n\n\u003cbr\u003e\n\n\u003e [!NOTE]\n\u003e Currently GPU information is limited to AMD, NVIDIA and Apple GPUs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranarchy%2Fsimpleoverlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranarchy%2Fsimpleoverlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranarchy%2Fsimpleoverlay/lists"}