ComputedAnimations.WPF 0.5.1

dotnet add package ComputedAnimations.WPF --version 0.5.1
                    
NuGet\Install-Package ComputedAnimations.WPF -Version 0.5.1
                    
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="ComputedAnimations.WPF" Version="0.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ComputedAnimations.WPF" Version="0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="ComputedAnimations.WPF" />
                    
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 ComputedAnimations.WPF --version 0.5.1
                    
#r "nuget: ComputedAnimations.WPF, 0.5.1"
                    
#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 ComputedAnimations.WPF@0.5.1
                    
#: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=ComputedAnimations.WPF&version=0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=ComputedAnimations.WPF&version=0.5.1
                    
Install as a Cake Tool

GitHub license Actions

ComputedConverters.NET

ComputedConverters provides you with XAML markup that allows you to write inline converters (Vue-like computed method) and expand some converters commonly used.

Salad bowl project here.

Support framework

Computed series library

Package/Framework WPF Avalonia
ComputedConverters NuGet TBD
ComputedAnimations NuGet No Plan
ComputedBehaviors NuGet No Plan

ValueConverters library

Package/Framework WPF Avalonia
ValueConverters Version Version

Usage

Add XML namespace to your XAML file:

<Application xmlns:a="http://schemas.github.com/computedanimations/2024/xaml"
      xmlns:b="http://schemas.github.com/computedbehaviors/2024/xaml"
      xmlns:c="http://schemas.github.com/computedconverters/2024/xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <a:ComputedAnimationsResources />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>

1. Reactivity

Documents/Reactivity.md

2. ValueConverters

Documents/ValueConverters.md

3. ComputedMarkups

Documents/ComputedMarkups.md

4. UsefulMarkups

Documents/UsefulMarkups.md

5. ComputedBehaviors

Documents/ComputedBehaviors.md

6. ComputedAnimations

Documents/ComputedAnimations.md

Projects

emako/ComputedConverters.WPF.Test

lemutec/VSEnc

Thanks

Idea list here, and standing on the shoulders of giants.

OrgEleCho/EleCho.WpfSuite

JohannesMoersch/QuickConverter

thomasgalliker/ValueConverters.NET

CommunityToolkit/Maui

XAMLMarkupExtensions/XAMLMarkupExtensions

DingpingZhang/WpfExtensions

Kinnara/ModernWpf

runceel/Livet

XamlFlair/XamlFlair

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.1 268 8/7/2025
0.5.0 236 8/7/2025
0.4.9 683 11/25/2024
0.4.8 181 11/15/2024
0.4.7-beta 307 10/13/2024
0.4.6-beta 155 10/11/2024
0.4.5-beta 147 9/25/2024
0.4.4-beta 143 9/19/2024
0.4.3-beta 122 9/19/2024
0.4.2-beta 123 9/19/2024
0.4.1-beta 120 9/19/2024
0.4.0-beta 121 9/19/2024
0.3.9-beta 122 9/19/2024
0.3.8-beta 127 9/18/2024
0.3.7-beta 125 9/12/2024