diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-11-25 21:35:34 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-11-25 21:35:34 +0100 |
commit | 4a52dcc14bf88667abcd9c472e0a7787eaced37a (patch) | |
tree | 3ee5012b7bc44e7dbd60365ed846d59b3b794284 /README.md | |
parent | 9252cc719b26bcdc09fccc5aa13f8944f46fe74e (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5c169d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# What? + +A very simple **G**raphics **D**evice **I**nterface (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!`
\ No newline at end of file |