-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c31771
commit a820e88
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
<div align="center"> | ||
<img src="https://user-images.githubusercontent.com/51303091/119734159-690afc00-be2f-11eb-9673-c1f998025a3e.png" width="20%" height="auto"> | ||
</div> | ||
<div align="center"><a href="https://tomweiland.net/youtube">YouTube</a> <b>•</b> <a href="https://discord.com/invite/tomweiland">Discord</a></div> | ||
<h1 align="center">Steam Transport for RiptideNetworking</h1> | ||
|
||
A transport for [RiptideNetworking](https://github.com/tom-weiland/RiptideNetworking) that uses [SteamNetworkingSockets](https://partner.steamgames.com/doc/api/ISteamNetworkingSockets). | ||
|
||
For a list of other available transports, see the [transports](https://github.com/tom-weiland/RiptideNetworking#low-level-transports) section of Riptide's main README. | ||
|
||
## Dependencies | ||
You must have both [RiptideNetworking](https://github.com/tom-weiland/RiptideNetworking) and [Steamworks.NET](https://github.com/rlabrecque/Steamworks.NET) installed and set up before you can use this transport. | ||
|
||
## License | ||
Distributed under the MIT license. See [LICENSE.md](https://github.com/tom-weiland/RiptideSteamTransport/blob/main/LICENSE.md) for more information. | ||
## Limitations | ||
Only works on platforms supported by Steam. | ||
|
||
--- | ||
## Donate | ||
This transport is 100% free to use, but if you'd like to financially support the development of Riptide and its various transports, you can do so via [GitHub sponsors](https://github.com/sponsors/tom-weiland) or on [Ko-fi](https://ko-fi.com/tomweiland). | ||
|
||
<p align="center"> | ||
<a href="https://tomweiland.net/youtube">YouTube</a> <b>•</b> <a href="https://discord.com/invite/tomweiland">Discord</a><br> | ||
<a href="https://ko-fi.com/Y8Y21O02J"> | ||
<img src="https://www.ko-fi.com/img/githubbutton_sm.svg"> | ||
</a> | ||
</p> | ||
## License | ||
Distributed under the MIT license. See [LICENSE.md](https://github.com/tom-weiland/RiptideSteamTransport/blob/main/LICENSE.md) for more information. |