百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

Riptide

> 开发工具
开源

用于多玩家游戏的轻量级 C# 网络解决方案。

1.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于多玩家游戏的轻量级 C# 网络解决方案。

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

  • UDP Transport (built-in)
  • TCP Transport (built-in)
  • Steam Transport

Implementations in Other Languages

The following is a list of Riptide implementations in other programming languages. These ports are managed and maintained separately and independently by their respective owners, and are not affiliated with Riptide in any official capacity. As such, they may not function interchangeably with all versions of Riptide or with each other.

However, if you need to use Riptide with/in a language other than C# on one end, these implementations may provide a starting point:

  • Python: Pytide
  • Dart/Flutter: Riptide Dart Port
  • C# Godot Steam Transport: GodotRiptideSteamTransport

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 you can do so through GitHub Sponsors.

License

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

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#clientcsharpgamedevgames

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具