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 +```