tgienger / Riptide

Lightweight C# networking solution for multiplayer games.

Home Page:https://riptide.tomweiland.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocsDiscordDonate

Riptide Networking

Riptide Networking is a lightweight C# networking library primarily designed for use in multiplayer games. It can be used in Unity as well as in other .NET environments such as console applications.

It provides functionality for establishing connections and sending data back and forth, leaving it up to you to decide what data you want to send and when. This is ideal if you like to be in control of your code and know what's going on under the hood.

Getting Started

Check out the documentation for installation instructions and a guide on setting up the basics.

For a video tutorial on how to set up Riptide (using v1.1.0) in your project, see this video. You can use the upgrade guides to update your project to newer versions afterwards.

Low-Level Transports

Contributions

Community bug reports, feature requests, and pull requests are welcome and appreciated, but please read the contribution guidelines before submitting one 🙂

Donate

Riptide is 100% free to use, but if you'd like to financially support Riptide's development and get early access to new features, you can do so through GitHub Sponsors.

License

Distributed under the MIT license. See LICENSE.md for more information.

About

Lightweight C# networking solution for multiplayer games.

https://riptide.tomweiland.net

License:MIT License


Languages

Language:C# 100.0%