https://github.com/ibhagwan/gw2bgdm-osx
Guild Wars 2 DPS meter for OSX (legacy code)
https://github.com/ibhagwan/gw2bgdm-osx
Last synced: 7 months ago
JSON representation
Guild Wars 2 DPS meter for OSX (legacy code)
- Host: GitHub
- URL: https://github.com/ibhagwan/gw2bgdm-osx
- Owner: ibhagwan
- Created: 2022-05-23T21:12:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T22:34:29.000Z (over 3 years ago)
- Last Synced: 2025-01-16T20:54:37.284Z (9 months ago)
- Language: C
- Size: 11.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Guild Wars 2 BDGM for OSX
Once upon a time (circa ~2016/2017) I created the (infamous)
[BGDM DPS meter](https://web.archive.org/web/20191216040900/http://gw2bgdm.blogspot.com/p/faq.html) for [Guild Wars 2](https://www.guildwars2.com/) which was quite popular,
at one point the severs had 40k concurrent users using the software.This repo is the OSX version of BDGM which I recently stumbled upon and
decided to never let good code go to waste.It took countless of hours and many sleepless nights to create this, from
figuring out how to inject/hook OpenGL on OSX (without triggering SIP),
reverse engineering the GW2 OSX client, creating a dynamic signature scanner
to minimize the amount of code updates required every time the game client
was updated and probably many other nuances I can't remember after so long.AFAIK, GW2 doesn't even have an OSX client anymore, rendering this code
obsolete, nevertheless, I decided to publish this code in the hopes this can
be of use to someone who's looking to create a game overlay add-on for OSX.
