blob: 1e6c22f3c9813ca51e44bbba53997d02ae98dce8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|