about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-30 18:15:56 +0200
committermakefunstuff <[email protected]>2024-06-30 18:15:56 +0200
commitdb132b948d0476fac714a7e9d4c9f001e643b13c (patch)
tree93dfdae510b3c374c19b996ff1cbec620f248d9b /README.md
parentda3127207870db7e560540f8d318ffe55cdf73a6 (diff)
downloadtinkerbunk-db132b948d0476fac714a7e9d4c9f001e643b13c.tar.gz
some stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1e6c22f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Tinkerbunk
+
+This repo is basically me learning some zig.
+Just recreational programming doing some probably useless stuff
+
+## TODO:
+This is pool of ideas of what to implement in zig
+
+- [x] naive ls implementation
+- [ ] naive socket server
+- [ ] naive grep implementation
+- [ ] render some stuff with sdl
+- [ ] play with raylib
+- [ ] interop with c project