{"id":16950210,"url":"https://github.com/sbplat/stats-overlay","last_synced_at":"2025-04-11T20:40:52.593Z","repository":{"id":161374684,"uuid":"474176078","full_name":"sbplat/Stats-Overlay","owner":"sbplat","description":"Hypixel Stats Overlay for BedWars and Mini Walls","archived":false,"fork":false,"pushed_at":"2022-10-26T22:02:02.000Z","size":437,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T16:45:37.585Z","etag":null,"topics":["bedwars","hypixel","hypixel-api","mini-walls","overlay","sdl2"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbplat.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}},"created_at":"2022-03-25T22:04:07.000Z","updated_at":"2024-08-15T08:26:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"094181a4-5822-4ec4-9049-4bf6b8442c57","html_url":"https://github.com/sbplat/Stats-Overlay","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbplat%2FStats-Overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbplat%2FStats-Overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbplat%2FStats-Overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbplat%2FStats-Overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbplat","download_url":"https://codeload.github.com/sbplat/Stats-Overlay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248478680,"owners_count":21110747,"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":["bedwars","hypixel","hypixel-api","mini-walls","overlay","sdl2"],"created_at":"2024-10-13T21:57:06.284Z","updated_at":"2025-04-11T20:40:52.581Z","avatar_url":"https://github.com/sbplat.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/sbplat/Stats-Overlay\"\u003e\n    \u003cimg src=\"/res/icon.ico\" alt=\"Stats Overlay\" width=\"200\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  Stats Overlay\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA minimalistic stats overlay for \u003ca href=\"https://hypixel.net/\" target=\"_blank\"\u003eHypixel\u003c/a\u003e built on top of \u003ca href=\"https://www.libsdl.org/\" target=\"_blank\"\u003eSDL\u003c/a\u003e.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#download\"\u003eDownload\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#building\"\u003eBuilding\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n![screenshot](/images/screenshot.png)\n\n## Features\n\n* Simple to use\n* Shows the stats of other players in your game almost instantly\n  * Avoid nicked and sweaty players\n* Shows stats for BedWars and Mini Walls\n* Highly customizable\n  * Custom screen size, opacity, background color, scale, font, etc.\n* Built in fake full-screen support\n* Configurable game-mode to display\n* Supports most clients\n* Very low CPU and memory usage\n  * Written in native C++\n* Open source\n\n## Download\n\nYou can [download](https://github.com/sbplat/Stats-Overlay/releases/latest) the latest release of this Stats Overlay for Windows. Other platforms are currently not supported yet.\n\n## Usage\n\nTo run this program, you will need to first download the [latest release](#download).\n\nThen, extract the zip folder and run `Overlay.exe`. This will create a file called `config.json` inside the assets folder. Close the overlay (x button) and open the JSON config file using any text editor (ex. Notepad). Modify the `config.json` file accordingly by filling in the values (api key, log file path, etc.), save it and reopen `Overlay.exe`. The modifications you have made should take effect immediately.\n\n## Building\n\nIf you'd like to build this project from source, you can follow the process shown below.\n\n1. Install [MinGW](https://www.mingw-w64.org/) and [git](https://git-scm.com/).\n2. Add the MinGW `bin` directory to your system environment variables.\n3. Get the following libraries: [SDL](https://github.com/libsdl-org/SDL), [SDL_ttf](https://github.com/libsdl-org/SDL_ttf), [SDL_image](https://github.com/libsdl-org/SDL_image), [JSON](https://github.com/nlohmann/json), [cpr](https://github.com/libcpr/cpr), [spdlog](https://github.com/gabime/spdlog), [fmt](https://github.com/fmtlib/fmt).\n4. Clone this GitHub repository.\n```\n\u003e git clone https://github.com/sbplat/Stats-Overlay.git\n```\n5. Navigate to the cloned repository, open the `res` folder and run `compile.bat` to compile the resource script.\n6. Compile this project with `mingw32-make`.\n```\n\u003e mingw32-make [debug/release]\n```\n7. If the build succeeds, there should be an executable called `Overlay.exe` which is the compiled Stats Overlay!\n\n## Contributing\n\nAll feedback, issues and PRs are welcome!\n\n## Credits\n\nThis project uses the following open source libraries:\n\n- [SDL](https://github.com/libsdl-org/SDL), [SDL_ttf](https://github.com/libsdl-org/SDL_ttf), [SDL_image](https://github.com/libsdl-org/SDL_image)\n- [JSON](https://github.com/nlohmann/json)\n- [cpr](https://github.com/libcpr/cpr)\n- [spdlog](https://github.com/gabime/spdlog)\n- [fmt](https://github.com/fmtlib/fmt)\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbplat%2Fstats-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbplat%2Fstats-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbplat%2Fstats-overlay/lists"}