C# Uwp

Open-source C# projects categorized as Uwp

Top 23 C# Uwp Projects

  • DevToys

    A Swiss Army knife for developers.

    Project mention: Set Up MacOS for Development Productivity | dev.to | 2023-08-27
  • Uno Platform

    Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.

    Project mention: A Proposal for an asynchronous Rust GUI framework | news.ycombinator.com | 2023-09-03
  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • Notepads

    A modern, lightweight text editor with a minimalist design.

    Project mention: Clipboard broken in UWP apps only | /r/WindowsHelp | 2023-04-16

    As far as I could tell it's a UWP app specific issue (ie calculator, file explorer, paint3D). Nothing happens in these apps when i try to paste something, calculator even crashes if i try to copy, and I know nothing gets put into the clipboard as the last thing i copied from a non-UWP app is still possible to paste in other non-UWP apps. I verified this using powershell with the Get-Clipboard command. Notepad works fine, but afaik it's not UWP. I do have a custom UWP notepad installed (https://github.com/0x7c13/Notepads) which DOES have this issue.

  • ReactiveUI

    An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

    Project mention: Humble Chronicles: Managing State with Signals | news.ycombinator.com | 2023-05-19

    ReactiveUI is based on Rx and very popular in the .Net world: https://www.reactiveui.net/.

  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

    Project mention: Logging in ASP.NET | dev.to | 2023-05-24

    NLog

  • UWP Community Toolkit

    The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.

    Project mention: Hello everyone, I made a Windows 10/11 Multitool app with Winforms. I'm just gonna share some screenshots. | /r/csharp | 2023-05-19

    GitHub/WCT/Controls/DataGrid (source code for the control)

  • MQTTnet

    MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.

    Project mention: Communicating between 2 servers without webservice? | /r/dotnet | 2023-10-15

    MQTT https://github.com/dotnet/MQTTnet

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • MVVMCross

    The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.

    Project mention: Any language for Mac and PC? | /r/learnprogramming | 2023-02-01

    For MVVM-based UI it looks like this could help: https://github.com/MvvmCross/MvvmCross

  • LiveCharts2

    Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.

    Project mention: Open source charting libraries? Should I quit MAUI? | /r/dotnetMAUI | 2023-07-05
  • Unigram

    Telegram for Windows

    Project mention: Unigram: Telegram for Windows | news.ycombinator.com | 2023-08-28
  • FluentFTP

    An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#.

    Project mention: What are some good 3rd party FTP libraries? | /r/csharp | 2023-06-05
  • Caliburn.Micro

    A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.

  • dotnet

    .NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation. (by CommunityToolkit)

    Project mention: Current state of MAUI? | /r/dotnetMAUI | 2023-04-24

    Not https://github.com/CommunityToolkit/dotnet

  • ComputeSharp

    A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀

    Project mention: ILGPU VS ComputeSharp - a user suggested alternative | libhunt.com/r/ILGPU | 2023-10-27
  • Microcharts

    Create cross-platform (Xamarin, Windows, ...) simple charts.

    Project mention: Any good open source C# graphing libraries? | /r/csharp | 2022-12-10

    Open source and cross platform: Microcharts

  • ambie

    An app that uses white noise, nature sounds, and focus features to boost your productivity.

    Project mention: How to configure true dependency injection in System.CommandLine | dev.to | 2023-06-20

    Fortunately, System.CommandLine (in its current version, 2.0.0-beta4.22272.1) is highly extensible. In this blog post, I'll show you how to integrate true dependency injection using the official Microsoft.Extensions.DependencyInjection NuGet package.

  • Helix Toolkit

    Helix Toolkit is a collection of 3D components for .NET.

  • XamarinCommunityToolkit

    The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.

  • AdaptiveCards

    A new way for developers to exchange card content in a common and consistent way.

    Project mention: AdaptiveCards: A whole new way to deliver UI | news.ycombinator.com | 2023-11-10
  • Xamarin.Essentials

    Essential cross platform APIs for your mobile apps. (by xamarin)

    Project mention: Xamarin Essentials MediaPicker Android 13 file permissions error | /r/xamarindevelopers | 2023-02-25
  • Template10

    Making Windows 10 apps great again

  • FFImageLoading - Fast & Furious Image Loading

    Image loading, caching & transforming library for Xamarin and Windows

    Project mention: CollectionView all items Quadratic | /r/xamarindevelopers | 2023-03-31

    I'm fairly sure that you could achieve this using https://github.com/luberda-molinet/FFImageLoading

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-11-10.

C# Uwp related posts

Index

What are some of the best open-source Uwp projects in C#? This list will help you:

Project Stars
1 DevToys 19,030
2 Uno Platform 8,085
3 Notepads 7,994
4 ReactiveUI 7,738
5 NLog 6,022
6 UWP Community Toolkit 5,685
7 MQTTnet 3,940
8 MVVMCross 3,794
9 LiveCharts2 3,503
10 Unigram 3,223
11 FluentFTP 2,795
12 Caliburn.Micro 2,715
13 dotnet 2,472
14 ComputeSharp 2,408
15 WinUI-Gallery 2,374
16 Microcharts 1,932
17 ambie 1,663
18 Helix Toolkit 1,661
19 XamarinCommunityToolkit 1,595
20 AdaptiveCards 1,583
21 Xamarin.Essentials 1,532
22 Template10 1,410
23 FFImageLoading - Fast & Furious Image Loading 1,402
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com