libpdw/readme.md

12 lines
187 B
Markdown

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