RhythmBase 1.3.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package RhythmBase --version 1.3.4
                    
NuGet\Install-Package RhythmBase -Version 1.3.4
                    
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="RhythmBase" Version="1.3.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RhythmBase" Version="1.3.4" />
                    
Directory.Packages.props
<PackageReference Include="RhythmBase" />
                    
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 RhythmBase --version 1.3.4
                    
#r "nuget: RhythmBase, 1.3.4"
                    
#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.
#:package RhythmBase@1.3.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RhythmBase&version=1.3.4
                    
Install as a Cake Addin
#tool nuget:?package=RhythmBase&version=1.3.4
                    
Install as a Cake Tool

logo

<p align="center"> <a href="/LICENSE"><img src="https://img.shields.io/github/license/RDCN-Community-Developers/RhythmToolkit" alt="License"></a> <a href="https://www.nuget.org/packages/RhythmBase/"><img src="https://img.shields.io/nuget/v/RhythmBase?logo=nuget" alt="Nuget Download"></a> <img src="https://img.shields.io/nuget/dt/RhythmBase" alt="Downloads"/> </p>

RhythmBase

This project serves Rhythm Doctor and A Dance of Fire and Ice level developers, aiming to provide a more systematic and intuitive level editing medium for developers.
Thanks to the Rhythm Doctor fan community for their support of this project.
You can see examples here.

Special Thanks

  • 0x4D2 for amounts of testing and feedback.
  • mfgujhgh for alogrithm guidance.
Project Description Status Link
RhythmBase Core library for level editing. WIP You are here
RhythmBase.View Draw all Rhythm Doctor event elements in SkiaSharp. WIP Go there
RhythmBase.Addition Extensions for levels. Not disclosed -
RhythmBase.Interact Interact with Level editor. Not disclosed -
RhythmBase.Hospital Judgement logic for levels. Not disclosed -
RhythmBase.Lite Lightweight version of RhythmBase. WIP Go there
RhythmBase.Control Custom controls. Not disclosed -
flowchart RL
RBLite[RhythmBase.Lite]
subgraph RD[Rhythm Doctor]
  RDLE[Rhythm Doctor Level Editor]
end
subgraph AD[Adofai]
  ADLE[Adofai Level Editor]
end
RDL([Rhythm Doctor Level])
ADL([Adofai Level])
subgraph RBTitle[RhythmBase]
  RB[RhythmBase]
  RBAdd[RhythmBase.Addition]
  RBInt[RhythmBase.Interact]
  RBHos[RhythmBase.Hospital]
  RBV[RhythmBase.View]
  subgraph RBC[RhythmBase.Control]
    RBCCore[RhythmBase.Control.Core]
    RBCWPF[RhythmBase.Control.WPF]
    RBCWF[RhythmBase.Control.WinForm]
    RBCAva[RhythmBase.Control.Avalonia]
  end
end

RBLite ---> RDL
RBCWPF & RBCWF & RBCAva --> RBCCore --> RBV
RBV & RBHos & RBAdd & RBInt --> RB ---> RDL & ADL
RBInt ---> RDLE --> RDL
RBInt ---> ADLE --> ADL
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on RhythmBase:

Package Downloads
RhythmBase.View

Draw all Rhythm Doctor event elements in SkiaSharp.

RhythmBase.Adofai

A Dance of Fire and Ice level adapter for RhythmBase. Provides event model, filter system, and serialization for Adofai levels.

RhythmBase.BeatBlock

BeatBlock level adapter for RhythmBase. Provides event model, multi-file serialization, and versioned level support for BeatBlock levels.

RhythmBase.RhythmDoctor

Rhythm Doctor level adapter for RhythmBase. Provides complete event model, serialization, and beat calculator for Rhythm Doctor levels.

RhythmBase.Rizline

Rizline level adapter for RhythmBase. Provides event model, multi-file serialization, and versioned level support for Rizline levels.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.11-alpha8 118 7/8/2026
1.3.11-alpha7 130 6/28/2026
1.3.11-alpha6 136 6/18/2026
1.3.11-alpha5 129 6/13/2026
1.3.11-alpha4 129 6/5/2026
1.3.11-alpha3 173 4/29/2026
1.3.11-alpha2 126 4/20/2026
1.3.11-alpha 158 4/5/2026
1.3.10 133 3/30/2026
1.3.9 163 3/19/2026
1.3.9-patch2 195 3/20/2026
1.3.9-patch1 143 3/19/2026
1.3.9-alpha2 131 3/6/2026
1.3.8 126 2/26/2026
1.3.7 135 2/8/2026
1.3.7-patch1 121 2/9/2026
1.3.6 138 1/28/2026
1.3.5 129 1/20/2026
1.3.4 139 1/8/2026
1.3.3 200 12/27/2025
Loading failed