From c81f3c8880dedadfb30bceacc527380f416b091c Mon Sep 17 00:00:00 2001 From: Rebekah Rowe Date: Fri, 22 Apr 2022 19:00:18 -0400 Subject: [PATCH] Edited Readme to be more up-to-date --- README.MD | 10 ---------- readme.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 README.MD create mode 100644 readme.md diff --git a/README.MD b/README.MD deleted file mode 100644 index ed2a2f1..0000000 --- a/README.MD +++ /dev/null @@ -1,10 +0,0 @@ -# Gui Mate -A simple primitive graphical user interface api for the big brained... -Written in C++ - -## Note~ -This application and api is only for making and getting a gui working and running for nekohook, sorry if you cant port it easily to your platform. -Also, should this even be called an api :thinking: - -## Another Note~ -Dont yell at me for shitty code base, only stuff actually kept clean is in the gui code itself not in the stuff supporting it. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..116731a --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +# LibPDW +Primitives Done Well! +A simple primitive graphical user interface api for the big brained... Written in C++ + +# Usage +```bash +mkdir build && cd build/ +cmake .. +make +./example +```