commit dfbf4dd

chld  ·  2026-07-12 14:26:31 +0000 UTC
parent 1312801
README
1 files changed,  +15, -0
+15, -0
 1@@ -0,0 +1,15 @@
 2+# xd
 3+simple X drawing program (for me)   
 4+
 5+## usage
 6+use Button1 to draw, with default pen size 20.   
 7+there are keybinds you can use for xd.   
 8+### controls
 9+- `q|esc` quit    
10+- `c` clear   
11+- `e` toggle eraser   
12+- `i` increment pen size   
13+- `o` decrement pen size   
14+- `p` reset pen size
15+## build
16+use `build.sh` to build. there are four targets: *make, install, uninstall, clean*.