{"id":29091118,"url":"https://github.com/thesstraight/compassdlc","last_synced_at":"2026-05-20T07:04:55.102Z","repository":{"id":301258651,"uuid":"1008629429","full_name":"thesstraight/compassDLC","owner":"thesstraight","description":"External Compass DLC for Counter-Strike: Source v92 (6630498) on Linux","archived":false,"fork":false,"pushed_at":"2025-07-03T10:24:32.000Z","size":31054,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-03T11:38:51.110Z","etag":null,"topics":["compass","counter-strike","cpp","dlc","external","linux","memory"],"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/thesstraight.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}},"created_at":"2025-06-25T21:04:01.000Z","updated_at":"2025-07-03T10:24:35.000Z","dependencies_parsed_at":"2025-07-03T11:28:22.365Z","dependency_job_id":null,"html_url":"https://github.com/thesstraight/compassDLC","commit_stats":null,"previous_names":["thesstraight/compassdlc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thesstraight/compassDLC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesstraight%2FcompassDLC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesstraight%2FcompassDLC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesstraight%2FcompassDLC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesstraight%2FcompassDLC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesstraight","download_url":"https://codeload.github.com/thesstraight/compassDLC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesstraight%2FcompassDLC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270078382,"owners_count":24523372,"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-08-12T02:00:09.011Z","response_time":80,"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":["compass","counter-strike","cpp","dlc","external","linux","memory"],"created_at":"2025-06-28T06:05:37.825Z","updated_at":"2026-05-20T07:04:55.016Z","avatar_url":"https://github.com/thesstraight.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# External Compass DLC for Counter-Strike: Source v92 (6630498) on Linux\n\nApplication creates a transparent window with floating flag and reads players yaw, then renders text with its value. U can make this work for garry's mod, etc... by changing the view angle offset. Tutorial for finding viewangles in source engine games https://www.youtube.com/watch?v=mS8ZQ5N7Dvk\n\n## Showcase\n\n![showcasegif](https://raw.githubusercontent.com/thesstraight/compassDLC/refs/heads/master/media/showcase.gif)\n\n## Installation\n\n1. Clone this repository in ur terminal like so\n\n`$ git clone https://github.com/thesstraight/compassDLC.git`\n\n2. Create a folder outside src and name it include\n3. Make 3 more folders in include named glad, GLT, libmem\n4. Go to https://glad.dav1d.de/ and under API select gl Version 3.3\n\n* under Profile select Core\n* make sure under Options Generate a loader is selected\n* download and xtract the zip file and put .h files in glad folder but glad.c in src folder\n\n5. Go to https://github.com/vallentin/glText, download gltext.h and put it in the GLT folder\n\n6. Go to https://github.com/rdbo/libmem/releases download and extract\n`libmem-5.0.5-i686-linux-gnu-static.tar.gz` into libmem folder\n\n7. Install glfw\n\n* if u are on 64 bit systems\n`$ sudo apt install libglfw3:i386 libglfw3-dev:i386`\n* if u are on 32 bit systems\n`$ sudo apt install libglfw3 libglfw3-dev`\n\n8. Download the g++ compiler\n\n`$ sudo apt install g++ g++-multilib`\n\n9. Compile with g++\n\n`g++ -o main main.cpp glad.c -L../include/libmem -I../include -std=c++20 -Wextra -Wall -pedantic -O2 -m32 -lGL -lglfw -llibmem`\n\n10. Run the binary as sudo\n\n`$ sudo ./main`\n\n## The end\nHope u have tried it and enjoyed it if so leave a star!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesstraight%2Fcompassdlc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesstraight%2Fcompassdlc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesstraight%2Fcompassdlc/lists"}