Coder Social home page Coder Social logo

rrqm / wpfui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lepoco/wpfui

3.0 0.0 0.0 36.28 MB

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.

Home Page: https://wpfui.lepo.co/

License: MIT License

C# 98.85% PowerShell 0.61% Batchfile 0.01% HTML 0.04% JavaScript 0.48%

wpfui's Introduction

WPF UI Banner Dark WPF UI Banner Light

WPF UI

Created with โค in Poland by lepo.co
A simple way to make your application written in WPF keep up with modern design trends. Library changes the base elements like Page, ToggleButton or List, and also includes additional controls like Navigation, NumberBox, Dialog or Snackbar.

Discord GitHub license Nuget Nuget VS 2022 Downloads Sponsors

ua

Deliver humanitarian aid directly to Ukraine.

https://bank.gov.ua/en/about/humanitarian-aid-to-ukraine

Refugees in Poland

Many forms of support for refugees from Ukraine and organizations supporting them are available on the Polish government website
https://pomagamukrainie.gov.pl/chce-pomoc/prywatnie/pomoc-finansowa

ua

๐Ÿš€ Getting started

For a starter guide see our documentation.

WPF UI Gallery is a free application available in the Microsoft Store, with which you can test all functionalities.
https://apps.microsoft.com/store/detail/wpf-ui/9N9LKV8R9VGM?cid=windows-lp-hero

$ winget install 'WPF UI'

WPF UI is delivered via NuGet package manager. You can find the package here:
https://www.nuget.org/packages/wpf-ui/

Visual Studio
The plugin for Visual Studio 2022 let you easily create new projects using WPF UI.
https://marketplace.visualstudio.com/items?itemName=lepo.wpf-ui

๐Ÿ“ What's included?

Name Framework
Wpf.Ui
Library that allows you to use all features in your own application
NET6 NET7
NETCore3
NETFramework48
NETFramework472
NETFramework462
Wpf.Ui.Gallery
Application with all controls.
NET7-win
Wpf.Ui.Demo.Mvvm
An MVVM app written in WPF .NET 6 where you can test the features.
NET7-win
Wpf.Ui.Demo.Simple
Simple .NET 7 app with navigation.
NET7-win
Wpf.Ui.FontMapper
Console app for generating Fluent System Icons enums.
NET7
Wpf.Ui.Extension
Project for Visual Studio 2022 extension.
NETFramework48

๐Ÿ“ท Screenshots

Demo App Sample

Monaco Editor

Text Editor Sample

Store App Sample

๐Ÿ—๏ธ Works with Visual Studio Designer

VS2022 Designer Preview

๐Ÿ Virtualized panels for displaying thousands controls

WPF UI virtualized wrap panels

โค๏ธ Custom Tray icon and menu in pure WPF

WPF UI Tray menu in WPF

โš“ Custom Windows 11 SnapLayout available for TitleBar.

WPF UI Snap Layout for WPF

๐Ÿ•น๏ธ Radiograph

Radiograph is a computer hardware monitoring app that uses WPF UI.

Radiograph screenshot

๐Ÿ“– Documentation

Documentation can be found at https://wpfui.lepo.co/. We also have a tutorial over there for newcomers.

๐Ÿšง Development

If you want to propose a new functionality or submit a bugfix, create a Pull Request for the branch development.

๐Ÿ“ How to use?

First, your application needs to load custom styles, add in the MyApp\App.xaml file:

<Application
  ...
  xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
  <Application.Resources>
    <ResourceDictionary>
      <ResourceDictionary.MergedDictionaries>
        <ui:ThemesDictionary Theme="Dark" />
        <ui:ControlsDictionary />
      </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
  </Application.Resources>
</Application>

Now you can create fantastic apps, e.g. with one button:

<ui:UiWindow
  ...
  xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
  <Grid>
    <ui:Button
      Content="Hello World"
      Icon="Fluent24"/>
  </Grid>
</ui:UiWindow>

Special thanks

Crafting apps for .NET without the creators of tools like ReSharper or XAML Styler would never be such a fantastic adventure.

Microsoft Property

Design of the interface, choice of colors and the appearance of the controls were inspired by projects made by Microsoft for Windows 11.
The Wpf.Ui.Gallery app includes icons from Microsoft WinUI 3 Gallery app. They are used here as an example of creating tools for Microsoft systems.

Segoe Fluent Icons

WPF UI uses Fluent System Icons. Although this font was also created by Microsoft, it does not contain all the icons for Windows 11. If you need the missing icons, add Segoe Fluent Icons to your application.
According to the EULA of Segoe Fluent Icons we cannot ship a copy of it with this dll. Segoe Fluent Icons is installed by default on Windows 11, but if you want these icons in an application for Windows 10 and below, you must manually add the font to your application's resources.
https://docs.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font
https://docs.microsoft.com/en-us/windows/apps/design/downloads/#fonts

In the app dictionaries, you can add an alternate path to the font

<FontFamily x:Key="SegoeFluentIcons">pack://application:,,,/;component/Fonts/#Segoe Fluent Icons</FontFamily>

Compilation

Use Visual Studio 2022 and invoke the .sln.

Visual Studio
WPF UI is an Open Source project. You are entitled to download and use the freely available Visual Studio Community Edition to build, run or develop for WPF UI. As per the Visual Studio Community Edition license, this applies regardless of whether you are an individual or a corporate user.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.

License

WPF UI is free and open source software licensed under MIT License. You can use it in private and commercial projects.
Keep in mind that you must include a copy of the license in your project.

wpfui's People

Contributors

a3305 avatar aelarion avatar alxkalinin avatar amroll avatar aybex avatar chucker avatar dependabot[bot] avatar freethetech101 avatar ivandmitriev1 avatar jannesstroehlein avatar jeremywu917 avatar jz5 avatar korjam avatar majorxaml avatar makesyt avatar marplex avatar mastry avatar nice3point avatar niels9001 avatar parzivalexe avatar pomianowski avatar timheuer avatar tinekk avatar trungnt2910 avatar u-c-s avatar vukovinski avatar walterlv avatar wherewhere avatar wimpin avatar xmine64 avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.