A KISS Gdi library used for radar based game cheats.
Latest commits
| Commit | Message | Author | Date |
|---|---|---|---|
| 4a52dcc14b | github release | Toni Uhlig | 6 years ago |
| 9252cc719b | api function to get HWND of the radar window | Toni Uhlig | 6 years ago |
| 43804f2dee | added angle line length | Toni Uhlig | 6 years ago |
| 32c7e15557 | removed superfluous debug outputs to increase performance and addded a new api function to check if redraw is actually required | Toni Uhlig | 6 years ago |
| 97b6d64eb3 | missed inline in public header | Toni Uhlig | 6 years ago |
Branches
| Name | Target | Subject | Date |
|---|---|---|---|
| master | 4a52dcc14b | github release | 6 years ago |
README
What?
A very simple Graphics Device Interface (short: GDI) based Radar. It can be used for internal and external game cheats. The API design follows the KISS principle. It should be usable within most game contexts with a minimal performance impact.
TODO
There is still some room for performance improvements. It is not required to redraw the full screen as it is done at the moment. Only redraw rectangles that changed instead.
hf
Cheers!