Skip to content

ryokohbato/WPF-Neumorphism-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

WPF-Neumorphism-Plus

nuget

WPF-Neumorphism-Plus is a library for Neumorphism UI in WPF.

DEMO

screenshot_01 screenshot_02

Sample code for this app can be found here.

Features

This library allows you to implement a Neumorphism UI as an effect on any element of your WPF application.

Requirement

.NET

  • .NET 5
  • .NET Framework 4.x
  • .NET Core 3.1

OS

  • Windows

Installation

Visual Studio

Tools > NuGet Package Manager > Manage NuGet Packages for Solution...

Nuget on VS

Package Manager

PM> Install-Package WPF_Neumorphism_Plus -Version [version]

.NET CLI

$ dotnet add package WPF_Neumorphism_Plus --version [version]

Usage

  1. Install WPF_Neumorphism_Plus.

  2. Add new effect from Appearance > Effect
    add Effect

  3. Select Neumorphism_Plus_Shader
    add WPF_Neumorphism_Plus Effect

The default style looks like this.

default

You can specify the direction, size and color of the shadow by specifying the options.

For more information on how to use it, please see here.


Author

ryokohbato

License

WPF-Neumorphism-Plus is under MIT License.