All Projects → microsoft → Projectreunion

microsoft / Projectreunion

Licence: other
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
C#
18002 projects
powershell
5483 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Projectreunion

WindowsAppSDK
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Stars: ✭ 3,089 (+18.26%)
Mutual labels:  windows-10, win32, windows-11, winui, project-reunion, windows-app-sdk, winappsdk
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+481.85%)
Mutual labels:  uwp, windows-10, windows-11, winui
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+69.53%)
Mutual labels:  uwp, desktop, windows-10, winui
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+90.89%)
Mutual labels:  windows-10, windows-11, winui
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (-77.03%)
Mutual labels:  windows-10, windows-11, winui
Sylphyhorn
Virtual Desktop Tools for Windows 10.
Stars: ✭ 271 (-89.62%)
Mutual labels:  uwp, desktop, windows-10
Mywintiles
Tiling window manager for Windows 10, Built on top of explorer shell
Stars: ✭ 34 (-98.7%)
Mutual labels:  desktop, windows-10
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (-62.75%)
Mutual labels:  uwp, windows-10
Win10bloatremover
Configurable CLI tool to easily and aggressively debloat and tweak Windows 10 by removing preinstalled UWP apps, services and more. Originally based on the W10 de-botnet guide made by @adolfintel.
Stars: ✭ 37 (-98.58%)
Mutual labels:  uwp, windows-10
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-98.2%)
Mutual labels:  uwp, windows-10
Movetodesktop
Move windows using hotkeys or the system menu
Stars: ✭ 822 (-68.53%)
Mutual labels:  desktop, windows-10
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (-98.43%)
Mutual labels:  uwp, windows-10
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (-58.77%)
Mutual labels:  uwp, windows-10
Mingw Windows10 Uwp
Minimal Windows 10 Store ready sample of MinGW dll PInvoked from Windows 10 UWP application
Stars: ✭ 21 (-99.2%)
Mutual labels:  uwp, windows-10
Directxmath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Stars: ✭ 859 (-67.11%)
Mutual labels:  uwp, desktop
Uwp Fulltrust
Stars: ✭ 37 (-98.58%)
Mutual labels:  uwp, desktop
Windowscompositionsamples
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
Stars: ✭ 922 (-64.7%)
Mutual labels:  uwp, windows-10
Dawnplayer
A FLV playback library for Windows 10 UWP.
Stars: ✭ 46 (-98.24%)
Mutual labels:  uwp, windows-10
Softwarehelper
Repository for WPF related samples
Stars: ✭ 77 (-97.05%)
Mutual labels:  win32, desktop
Arcgis Appstudio Samples
Collection of samples available in AppStudio for ArcGIS desktop to learn and help build your next app.
Stars: ✭ 78 (-97.01%)
Mutual labels:  uwp, win32

Windows App SDK - Calling all Windows developers!

Previously known as Project Reunion.

Delight users with modern UI Access new platform features Backwards compatible
Modern navigation
Powerful WinUI 3 UI
Platform logo
Localization + power status + more
Down-level logo
Down to Windows 10 1809

...and more, without having to rewrite your app!

  • Use your current installer (no requirement to use MSIX, but there are reliability/security benefits to using MSIX!)
  • Additive platform APIs (only add what you need, leave the rest of your app as-is)
  • Works with Win32, WPF, WinForms, and more apps

Plus, create beautiful, modern apps for Windows 11 that are backwards compatible to Windows 10 October 2018 Update (build 17763 / version 1809)!

Use it now!

1.0 is available today and includes unpackaged support with WinUI 3, single-project templates, and more!

Roadmap

Here's a snippet of what's currently available and what we intend to deliver in 2022 (times/features/releases are tentative and subject to change):

App type 1.0 1.1 (Q2 2022)
Desktop apps
(WinUI 3, WPF, etc)
WinUI 3**
Text rendering
Resource management
App lifecycle
Windowing
🔁 Push Notifications
WinUI 3**
Text rendering
Resource management
App lifecycle
Windowing
Push Notifications
Multiple windows
Elevation support
Local toast notifications
Environmental variables API
Restart API
Self-contained deployment

Supported | 🔁 Experimental

** - WinUI 3 in 1.0 and 1.1 is only supported for use by full WinUI 3 apps. You'll be able to use WinUI 3 in WPF/WinForms/other apps in a future release via XAML Islands.

To see our full roadmap and features that are under consideration (or to submit feature requests), visit our productboard portal.

Version support

The Windows App SDK aims to work on supported versions of Windows. Right now we support down to build 17763 (version 1809/October 2018 Update) of Windows 10. Wherever possible, we'll use techniques like 'polyfills' and custom implementations to do the heavy lifting for you and make sure your app works across Windows versions and devices. In the future, there may be a couple APIs that are dependent on new OS features (like new Action Center functionality), however we will do our best to ensure this is the exception and not the norm, and provide reasonable fallbacks when possible.

Helpful links

Contributing

Bugs

We want to hear from you!

File a new issue! Tell us what problem you're trying to solve, how you've tried to solve it so far, and what would be the ideal solution for your app. Bonus points if there's a gist or existing repo we can look at with you.

  1. Ask a question
    Also, have a look at our frequently asked questions page which we will update periodically.

  2. Start a discussion
    Discussions can be about any topics or ideas related to the Windows App SDK. For example, you might start a Discussion issue to see if others are interested in a cool new idea you've been thinking about that isn't quite ready to be filed as a more formal Feature Proposal.

  3. Vote on or suggest features
    What components or features do you want to see in the Windows App SDK? Tell us on our productboard portal!

Over time, we will add Windows App SDK code into this repo and provide code contribution/developer guidelines.

Read more about the contribution guide here.

Data collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Legal notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].