All Projects → wangwenx190 → Win32Acrylic

wangwenx190 / Win32Acrylic

Licence: MIT license
Acrylic demo applications based on different technology stack

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Win32Acrylic

XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (+34.29%)
Mutual labels:  xaml, uwp, winrt, xaml-islands
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+13997.14%)
Mutual labels:  xaml, uwp, xaml-islands
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (-17.14%)
Mutual labels:  xaml, uwp, winrt
react-native-xaml
A React Native Windows library to use XAML / WinUI controls
Stars: ✭ 55 (+57.14%)
Mutual labels:  xaml, uwp, winrt
MicaForEveryone
Mica For Everyone is a tool to enable backdrop effects on the title bars of Win32 apps on Windows 11.
Stars: ✭ 2,006 (+5631.43%)
Mutual labels:  win32, acrylic, xaml-islands
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+13197.14%)
Mutual labels:  xaml, uwp, xaml-islands
Template10
Making Windows 10 apps great again
Stars: ✭ 1,420 (+3957.14%)
Mutual labels:  xaml, uwp, winrt
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (+302.86%)
Mutual labels:  xaml, uwp
Gridextra
Custom panel controls for WPF/UWP.
Stars: ✭ 149 (+325.71%)
Mutual labels:  xaml, uwp
Windowstemplatestudio
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
Stars: ✭ 2,089 (+5868.57%)
Mutual labels:  xaml, uwp
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+522.86%)
Mutual labels:  xaml, uwp
Kanban Tasker
A simple kanban board for Windows 10 Universal Windows Platform (UWP) written to manage tasks and create a simple and easy workflow for each board
Stars: ✭ 140 (+300%)
Mutual labels:  xaml, uwp
Vanarsdel
VanArsdel Application UWP Sample
Stars: ✭ 126 (+260%)
Mutual labels:  xaml, uwp
Codehub
A UWP GitHub Client
Stars: ✭ 162 (+362.86%)
Mutual labels:  xaml, uwp
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (+257.14%)
Mutual labels:  xaml, uwp
Directx12gameengine
DirectX 12 .NET game engine
Stars: ✭ 194 (+454.29%)
Mutual labels:  xaml, uwp
Cimbalino Toolkit
☕️ Cimbalino Toolkit
Stars: ✭ 117 (+234.29%)
Mutual labels:  xaml, uwp
Ambie
A simple, elegant white noise app for Xbox and Windows
Stars: ✭ 187 (+434.29%)
Mutual labels:  xaml, uwp
Quarrel
A UWP discord client
Stars: ✭ 238 (+580%)
Mutual labels:  xaml, uwp
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (+77.14%)
Mutual labels:  xaml, uwp

Acrylic Demo Applications

Acrylic demo applications based on different technology stack.

Screenshots

UWP

Light Theme

Dark Theme

Direct Composition

Light Theme

Dark Theme

Win32

Light Theme

Dark Theme

Build

Prerequisites

  1. Visual Studio 2017 or later
  2. C++ workload for desktop
  3. Windows 10/11 SDK, as new as possible
  4. CMake, as new as possible
  5. Any make tool. Ninja is recommended. MSBuild is also fine.

Don't need any NuGet packages.

Don't need the XAML toolchain.

Don't need the UWP workload.

Compilation

cmake -DCMAKE_BUILD_TYPE=Release -GNinja .
cmake --build . --config Release --target all --parallel

License

MIT License

Copyright (C) 2021 by wangwenx190 (Yuhang Zhao)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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].