comparison postdog/README.md @ 195:f8f5004a920a

Merging back hg-web-tip
author MrJuneJune <me@mrjunejune.com>
date Tue, 27 Jan 2026 06:51:44 -0800
parents b818a4561a3c
children
comparison
equal deleted inserted replaced
189:14cc84ba35a0 195:f8f5004a920a
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)