Awesome
Vapor
Vapor is a steamkit implementation for the V programming language. Based on the work I did for argonx, but with different goals.
Vapor intends to be the SteamKit of the V programming world. No grandeur ideas of replacing steamclient.dll
here, just a way to interface with Steam.
Vapor uses the components that I have been building out over time after realising that I would need to provide them myself. If you are interested in using any of them they are (in no particular order):
- Protobuf support: vproto
- RSA and AES encryption: vtomcrypt
- TCP Networking support: net
- Simple Zip compression: archive
Vapor is still a work in progress.