summaryrefslogtreecommitdiff
path: root/TODO
blob: 5bcfa829f0656e1533ff797f45879a83a6734a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
To-Do

- Cryptography
  - hmac_sha256 https://github.com/h5p9sl/hmac_sha256
  - ecdh https://github.com/kokke/tiny-ECDH-c
- Allocators
  - Memory pool
  - Memory stack
  - Bump
- Data formats
  - UTF-8
  - XML
  - JSON
  - unival
- System
  - Better atomics support
  - System call, run process
  - Terminal
  - Inter-process transfer
  - Sockets tests
  - System boilerplate (graphics, audio, input)
    - SDL
    - X11 (Linux)
    - Win32 (Windows)
    - Cocoa (macOS)
    - Emscripten (WebAssembly)
    - Parsing OpenGL interface
- Utils
  - parse, print
  - String builder
  - HTTP 1 client