zig-sfml-wrapper icon indicating copy to clipboard operation
zig-sfml-wrapper copied to clipboard

Wrap network module

Open Guigui220D opened this issue 3 years ago • 2 comments

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?

Guigui220D avatar Feb 10 '22 13:02 Guigui220D

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.

Guigui220D avatar Feb 20 '22 11:02 Guigui220D

#35 contains some work There is still some things to do (http, ftp, ...)

Guigui220D avatar May 18 '22 06:05 Guigui220D