An open API service indexing awesome lists of open source software.

https://github.com/emily33901/vapor

Steamkit implementation for V
https://github.com/emily33901/vapor

steam steam-api steam-client steamkit steamworks

Last synced: 3 months ago
JSON representation

Steamkit implementation for V

Awesome Lists containing this project

README

        

# Vapor

Vapor is a steamkit implementation for the V programming language. Based on the work I did for [argonx](https://github.com/emily33901/argonx), but with different goals.
Vapor intends to be the [SteamKit](https://github.com/SteamRE/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](https://github.com/emily33901/vproto)
* RSA and AES encryption: [vtomcrypt](https://github.com/emily33901/vtomcrypt)
* TCP Networking support: [net](https://github.com/emily33901/vlang-net)
* Simple Zip compression: [archive](https://github.com/emily33901/varchive)

Vapor is still a work in progress.