DotFeather 1.0.3
See the version list below for details.
dotnet add package DotFeather --version 1.0.3
NuGet\Install-Package DotFeather -Version 1.0.3
<PackageReference Include="DotFeather" Version="1.0.3" />
paket add DotFeather --version 1.0.3
#r "nuget: DotFeather, 1.0.3"
// Install DotFeather as a Cake Addin #addin nuget:?package=DotFeather&version=1.0.3 // Install DotFeather as a Cake Tool #tool nuget:?package=DotFeather&version=1.0.3
A lightweight, extensible and easy game engine.
Product | Versions 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 was computed. 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. |
.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. |
-
- Microsoft.Windows.Compatibility (>= 2.0.1)
- NVorbis (>= 0.8.6)
- OpenTK.NetStandard (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DotFeather:
Repository | Stars |
---|---|
sinshu/meltysynth
A SoundFont MIDI synthesizer for .NET
|
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 567 | 5/27/2022 |
3.1.0 | 412 | 5/23/2022 |
3.1.0-beta.2 | 138 | 4/13/2022 |
3.1.0-beta.1 | 123 | 4/8/2022 |
3.0.0 | 464 | 1/4/2021 |
3.0.0-rc.2 | 216 | 1/1/2021 |
3.0.0-rc.1 | 212 | 12/27/2020 |
3.0.0-beta.5 | 240 | 10/22/2020 |
3.0.0-beta.4 | 269 | 9/3/2020 |
3.0.0-beta.3.3 | 321 | 9/3/2020 |
3.0.0-beta.3.2 | 254 | 9/2/2020 |
3.0.0-beta.3.1 | 250 | 9/2/2020 |
3.0.0-beta.3 | 279 | 9/2/2020 |
3.0.0-beta.2 | 232 | 8/28/2020 |
3.0.0-beta.1 | 255 | 8/22/2020 |
2.9.2 | 455 | 10/22/2020 |
2.9.1 | 509 | 8/11/2020 |
2.9.0 | 473 | 8/10/2020 |
2.8.0 | 509 | 7/30/2020 |
2.7.0 | 513 | 4/25/2020 |
2.6.0 | 497 | 4/21/2020 |
2.5.0 | 583 | 12/3/2019 |
2.4.1 | 535 | 11/30/2019 |
2.4.0 | 536 | 11/30/2019 |
2.3.0 | 530 | 11/27/2019 |
2.2.0 | 545 | 11/25/2019 |
2.1.0 | 525 | 11/24/2019 |
2.0.2 | 551 | 11/23/2019 |
2.0.1 | 532 | 11/23/2019 |
2.0.0 | 553 | 11/22/2019 |
1.6.0 | 560 | 10/2/2019 |
1.5.0 | 595 | 8/25/2019 |
1.4.0 | 560 | 8/23/2019 |
1.3.0 | 568 | 8/19/2019 |
1.2.1 | 567 | 7/3/2019 |
1.2.0 | 619 | 5/8/2019 |
1.1.2 | 615 | 4/29/2019 |
1.1.1 | 600 | 4/29/2019 |
1.1.0 | 598 | 4/29/2019 |
1.0.3 | 598 | 4/28/2019 |
1.0.2 | 661 | 4/26/2019 |
1.0.1 | 600 | 4/26/2019 |
0.9.0-beta | 518 | 4/23/2019 |
0.8.0-beta | 438 | 4/12/2019 |
0.7.1-beta | 438 | 4/8/2019 |
1.0.3:
+ Fix drawing order is inverse
1.0.2:
+ Fix some properties of Container aren't public
1.0.1:
+ Add FontDrawable
+ Fix bugs
+ Change namespace
0.9.0-beta:
+ Add AudioPlayer
+ It now supports wav and ogg playback
0.8.0-beta:
+ Add Graphic.Circle()
+ Add Graphic.Triangle()
+ Add A feature to draw outline to Graphic methods
+ Add Destroy() method to IDrawable
+ Add Sprite.LoadFrom()
+ Add Tile.LoadFrom()
+ Fix a bug that Graphic object won't be drawn
0.7.0-beta:
+ First Beta Release