zig-sfml-wrapper
zig-sfml-wrapper copied to clipboard
Wrap network module
Now that almost eveything is wrapped, I'm thinking of wrapping the network module. It would make networking available without asding a dependency (plus sfml has cool things like http and ftp client).
Maybe it should exist separately?
Started adding the network module because zig's semantics will make some things nice and the network module has ftp, http, etc... Made a network branch.
#35 contains some work There is still some things to do (http, ftp, ...)