summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-17 08:48:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-17 08:48:40 +0200
commitfadbf136de03215a9bfaca04ee336b4085589de4 (patch)
tree6f693db0e737dcd52a0b8719bd18ec23358c5e3e /README.md
parentb2503e50f7d6e31bf6b553c192d34d87eaac055b (diff)
downloadprobe-fadbf136de03215a9bfaca04ee336b4085589de4.tar.gz
Added a bit more involved example of Zig and Xlib
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 651395b..fa00a94 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,4 @@ reference them later if I need to.
| [zig-telnet](./zig-telnet) | Connects to Redis server like it is a basic telnet server. |
| [zig-x11](./zig-x11) | Uses X11 to create a basic window without any bindings needed. |
| [zig-http](./zig-http) | Basic example of a HTTP 1.1 server without any routing etc. |
+| [zig-x11-box](./zig-x11-box) | Move a box around with arrow keys with Xlib and Zig. |