Mercurial
comparison postdog/README.md @ 192:b818a4561a3c hg-web
Added AI genreated README.md. Needed to be read.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 24 Jan 2026 21:52:14 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 191:a06710325c30 | 192:b818a4561a3c |
|---|---|
| 1 # postdog | |
| 2 | |
| 3 GUI application built with raylib. HTTP client with a graphical interface (like Postman). | |
| 4 | |
| 5 ## Features | |
| 6 | |
| 7 - HTTP request builder | |
| 8 - Response viewer | |
| 9 - Request history | |
| 10 | |
| 11 ## Files | |
| 12 | |
| 13 | File | Description | | |
| 14 |------|-------------| | |
| 15 | `main.c` | Main application | | |
| 16 | `gui_window_file_dialog.h` | File dialog implementation | | |
| 17 | `Roboto-Regular.ttf` | UI font | | |
| 18 | `epi_all_colors.png` | Logo | | |
| 19 | `history/` | Saved request history | | |
| 20 | |
| 21 ## Building | |
| 22 | |
| 23 ```bash | |
| 24 bazel build //postdog:postdog | |
| 25 bazel run //postdog:postdog | |
| 26 ``` | |
| 27 | |
| 28 ## Dependencies | |
| 29 | |
| 30 - raylib (via //third_party/raylib) |