Backdash 0.2.0-beta.57

This is a prerelease version of Backdash.
There is a newer prerelease version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Backdash --version 0.2.0-beta.57
                    
NuGet\Install-Package Backdash -Version 0.2.0-beta.57
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Backdash" Version="0.2.0-beta.57" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Backdash" Version="0.2.0-beta.57" />
                    
Directory.Packages.props
<PackageReference Include="Backdash" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Backdash --version 0.2.0-beta.57
                    
#r "nuget: Backdash, 0.2.0-beta.57"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Backdash&version=0.2.0-beta.57&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Backdash&version=0.2.0-beta.57&prerelease
                    
Install as a Cake Tool

CI Nuget

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image https://editorconfig.org/

Backdash 🕹️

alternate text is missing from this package README image

Highly configurable and extensible implementation of Rollback Netcode with full asynchronous IO.

Heavily inspired by GGPO.

Overview

Traditional techniques account for network transmission time by adding delay to a players input, resulting in a sluggish, laggy game-feel. Rollback networking uses input prediction and speculative execution to send player inputs to the game immediately, providing the illusion of a zero-latency network. Using rollback, the same timings, reactions, visual and audio queues, and muscle memory your players build up playing offline will translate directly online. Backdash is designed to make incorporating rollback networking (aka. Rollback Netcode) into new and existing games as easy as possible.

Getting started

NuGet package available:

$ dotnet add package Backdash

💡 Please check the DOCUMENTATION for usage details.

Demos:

Title Link
Console Console
Monogame Local Monogame Local
Monogame Online Monogame Online

Samples

Check the samples on the /samples directory:

There are examples for up to 4 players:

[^1]: The sample needs a web server to exchange players addresses. check the sample README.md for more information.

[^2]: If you are using ARM MacOS you may need the x64 version of .NET SDK to build some samples.

Building from source

You need to have installed .NET 8 SDK alternate text is missing from this package README image

  1. Clone this repo.
  2. Building
    • With samples run dotnet build -c Release Backdash.sln on the root directory.
    • SDK only run dotnet build -c Release src/Backdash on the root directory.
    • Alternatively open the solution file Backdash.sln on your IDE.

Licensing

Backdash is available under The MIT License. This means Backdash is free for commercial and non-commercial use.

Attribution is not required, but appreciated.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Backdash:

Package Downloads
Backdash.Gns.Steamworks.Win32

GnsSharp extension to Backdash.

Backdash.Gns.Steamworks.Win64

GnsSharp extension to Backdash.

Backdash.Gns.Steamworks.Posix32

GnsSharp extension to Backdash.

Backdash.Gns.Steamworks.Posix64

GnsSharp extension to Backdash.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.16-preview 127 6/19/2025
0.6.15-preview 114 6/19/2025
0.6.14-preview 117 6/18/2025
0.6.13-preview 281 6/12/2025
0.6.12-preview 201 4/30/2025
0.6.11-preview 120 4/30/2025
0.6.10-preview 113 4/29/2025
0.6.9-preview 110 4/29/2025
0.6.8-preview 128 4/29/2025
0.6.7-preview 147 4/28/2025
0.6.6-preview 76 4/26/2025
0.6.5-preview 68 4/26/2025
0.6.4-preview 134 4/24/2025
0.6.3-preview 127 4/24/2025
0.6.2-preview 129 4/23/2025
0.6.1-preview 128 4/12/2025
0.6.0-preview 97 4/12/2025
0.5.17-preview 101 4/5/2025
0.5.16-preview 161 3/31/2025
0.5.15-preview 454 3/24/2025
0.5.14-preview 61 3/21/2025
0.5.13-preview 87 3/14/2025
0.5.12-preview 125 3/13/2025
0.5.11-preview 119 3/13/2025
0.5.10-preview 133 3/12/2025
0.5.9-preview 146 3/10/2025
0.5.8-preview 182 3/5/2025
0.5.7-preview 195 3/3/2025
0.5.6-preview 65 2/28/2025
0.5.5-preview 74 2/28/2025
0.5.4-preview 75 2/26/2025
0.5.3-preview 102 2/24/2025