Edited Readme to be more up-to-date

This commit is contained in:
Rebekah 2022-04-22 19:00:18 -04:00
parent 877bc9d33a
commit c81f3c8880
Signed by: oneechanhax
GPG Key ID: 183EB7902964DAE5
2 changed files with 11 additions and 10 deletions

View File

@ -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.

11
readme.md Normal file
View File

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