# microsoft/windows-universal-samples

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/microsoft-windows-universal-samples).**

9,696 stars · 7,828 forks · JavaScript · mit

## Links

- GitHub: https://github.com/microsoft/Windows-universal-samples
- awesome-repositories: https://awesome-repositories.com/repository/microsoft-windows-universal-samples.md

## Description

This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering.

The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanced digital inking, and computer vision tasks such as real-time face tracking and barcode scanning.

The codebase covers a broad surface of system capabilities, including adaptive media streaming, biometric authentication, and background task management. It also demonstrates the use of linguistic services for text analysis, globalization tools for regional formatting, and persistent storage strategies for application data.

The repository serves as a practical implementation guide for the Windows SDK, providing a library of samples for building responsive interfaces and integrating system-level services.

## Tags

### Education & Learning Resources

- [Framework Sample Libraries](https://awesome-repositories.com/f/education-learning-resources/framework-sample-libraries.md) — Offers a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform.
- [I2C Bus Frameworks](https://awesome-repositories.com/f/education-learning-resources/educational-resources/systems-applied-computing/infrastructure-architecture/embedded-systems/i2c-bus-frameworks.md) — Provides a framework for reading and writing data to low-speed I2C bus peripherals. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/IoT-I2C))

### Artificial Intelligence & ML

- [Augmented Reality Frameworks](https://awesome-repositories.com/f/artificial-intelligence-ml/augmented-reality-frameworks.md) — Provides a framework for building mixed reality experiences incorporating spatial mapping, face tracking, and voice input. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [Barcode Decoders](https://awesome-repositories.com/f/artificial-intelligence-ml/barcode-decoders.md) — Uses the camera to identify and decode barcodes from physical products. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Computer Vision Libraries](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/development-orchestration-tools/computer-vision-libraries.md) — Integrates third-party computer vision libraries for manipulating and analyzing individual image frames. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraOpenCV))
- [Face Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/facial-analysis-systems/face-detection.md) — Analyzes image streams to identify human faces and track facial movements. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Face Tracking](https://awesome-repositories.com/f/artificial-intelligence-ml/computer-vision-systems/computer-vision/facial-analysis-systems/face-tracking.md) — Detects and tracks human faces within a live video stream in real-time. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicFaceTracking))
- [Face Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/face-detection.md) — Identifies human faces within still images or individual video frames by processing bitmap data. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicFaceDetection))
- [Voice Service Integrations](https://awesome-repositories.com/f/artificial-intelligence-ml/generative-ai-resources/speech-synthesis/voice-service-integrations.md) — Integrates speech recognition and synthesis to enable voice commands and system-level interaction. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Language Detection Tools](https://awesome-repositories.com/f/artificial-intelligence-ml/language-detection-tools.md) — Identifies the languages present within a text string and provides confidence-sorted results. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LinguisticServices))
- [OCR Language Support](https://awesome-repositories.com/f/artificial-intelligence-ml/machine-learning/language-tools/ocr-language-support.md) — Queries the device to determine available languages and character sets supported for optical character recognition. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/OCR))
- [Text-to-Coordinate Mapping](https://awesome-repositories.com/f/artificial-intelligence-ml/optical-character-recognition/screen-text-extractors/text-to-coordinate-mapping.md) — Identifies the bounding boxes of recognized words to map text to image coordinates for visual overlays. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/OCR))

### Part of an Awesome List

- [App Routing and Navigation](https://awesome-repositories.com/f/awesome-lists/devtools/app-routing-and-navigation.md) — Implements standard application navigation patterns including master-detail views and system back-button handling. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [List and Grid Layouts](https://awesome-repositories.com/f/awesome-lists/devtools/list-and-grid-layouts.md) — Renders data collections using linear and grid-based layouts with support for grouping and phased loading. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlListView))
- [Sensor and Hardware](https://awesome-repositories.com/f/awesome-lists/devtools/sensor-and-hardware.md) — Provides a comprehensive suite of tools for reading data from accelerometers, gyrometers, barometers, and proximity sensors. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Camera and Media](https://awesome-repositories.com/f/awesome-lists/media/camera-and-media.md) — Manages the full camera lifecycle including preview streams, lens selection, and saving images. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraAdvancedCapture))
- [Video Playback](https://awesome-repositories.com/f/awesome-lists/media/video-playback.md) — Implements libraries for playing and streaming local video content across multiple media tracks. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/VideoPlayback))
- [Text Recognition](https://awesome-repositories.com/f/awesome-lists/ai/text-recognition.md) — Analyzes digital ink strokes to identify and convert handwritten text into machine-readable digital text. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleInk))
- [File Handling](https://awesome-repositories.com/f/awesome-lists/data/file-handling.md) — Provides a comprehensive set of libraries for local file system abstraction and manipulation. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [Spatial Mapping](https://awesome-repositories.com/f/awesome-lists/data/spatial-mapping.md) — Acquires real-time spatial sensor data and renders it as a 3D mesh of the physical environment. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/HolographicSpatialMapping))
- [Spatial Orientation Visualization](https://awesome-repositories.com/f/awesome-lists/data/spatial-mapping/spatial-orientation-visualization.md) — Renders a visual representation of a spatial stage's properties and look direction in mixed reality. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/HolographicSpatialStage))
- [Drag and Drop](https://awesome-repositories.com/f/awesome-lists/devtools/drag-and-drop.md) — Implements the ability to move items between UI elements or drop external data into the application. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlDragAndDrop))
- [Graphics API Samples](https://awesome-repositories.com/f/awesome-lists/devtools/graphics-api-samples.md) — Provides high-performance 2D and 3D rendering demonstrations using Direct2D and DirectX.
- [Gyrometer Streaming](https://awesome-repositories.com/f/awesome-lists/devtools/hardware-simulation/sensor-data-simulation/sensor-data-streaming/gyrometer-streaming.md) — Receives real-time orientation updates from the device gyrometer as a continuous data stream. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Gyrometer))
- [Preview Synchronizers](https://awesome-repositories.com/f/awesome-lists/devtools/list-and-grid-views/view-switching-logic/screen-rotation/preview-synchronizers.md) — Adjusts the camera preview stream in real-time based on device rotation and screen orientation. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraAdvancedCapture))
- [Sensor Calibration](https://awesome-repositories.com/f/awesome-lists/devtools/sensor-calibration.md) — Provides interfaces to adjust sensor accuracy and ensure precise measurements through calibration routines. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Inclinometer))
- [Spherical Video Playback](https://awesome-repositories.com/f/awesome-lists/media/360-media/spherical-video-playback.md) — Implements spherical video rendering for flat-screen devices and mixed-reality headsets. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/360VideoPlayback))
- [Spatial Media Capture](https://awesome-repositories.com/f/awesome-lists/media/augmented-reality/spatial-media-capture.md) — Records photo and video content by applying specialized audio and video effects to mixed reality streams. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/HolographicMixedRealityCapture))
- [Concurrent Camera Access](https://awesome-repositories.com/f/awesome-lists/media/camera-integration/concurrent-camera-access.md) — Opens a camera stream in read-only mode so multiple applications can access the hardware. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraFrames))
- [Orientation Synchronizers](https://awesome-repositories.com/f/awesome-lists/media/video-and-camera/orientation-synchronizers.md) — Adjusts the preview stream and recording orientation in real time based on physical device movement. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraVideoStabilization))
- [Video Compositing](https://awesome-repositories.com/f/awesome-lists/media/video-compositing.md) — Trims durations, appends clips, and adds background audio to create video compositions. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/MediaEditing))
- [Text Extraction and OCR](https://awesome-repositories.com/f/awesome-lists/more/text-extraction-and-ocr.md) — Recognizes characters within images to extract text based on a specified language. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/OCR))

### Data & Databases

- [User Data Storage](https://awesome-repositories.com/f/data-databases/data-engineering-infrastructure/data-persistence-storage/data-storage/file-based-storage/local-configuration-storage/user-data-storage.md) — Stores and retrieves user preferences, session state, and application files across various storage locations. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/ApplicationData))
- [Numeric and Date Formatting](https://awesome-repositories.com/f/data-databases/date-and-time-libraries/internationalization/numeric-and-date-formatting.md) — Converts date and time data into localized strings based on regional settings. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DateTimeFormatting))
- [Local File Operations](https://awesome-repositories.com/f/data-databases/file-storage-and-metadata-management/local-file-operations.md) — Provides core capabilities for creating, reading, writing, and deleting local files and folders. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [File System Access](https://awesome-repositories.com/f/data-databases/file-system-access.md) — Implements APIs for reading and managing files and directories on local device storage. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Incremental List Loaders](https://awesome-repositories.com/f/data-databases/on-load-data-fetchers/incremental-list-loaders.md) — Loads older items into the top of a list as the user scrolls upward to provide seamless content discovery. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlBottomUpList))
- [Script Transliterations](https://awesome-repositories.com/f/data-databases/script-transliterations.md) — Converts text from one script to another, such as translating Cyrillic characters to Latin. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LinguisticServices))
- [Script Identification](https://awesome-repositories.com/f/data-databases/text-processing-utilities/text-extraction/text-segmentation/linguistic-text-segmenters/script-identification.md) — Analyzes input text to find the specific ranges where different writing scripts occur. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LinguisticServices))

### Graphics & Multimedia

- [Media Capture and Playback](https://awesome-repositories.com/f/graphics-multimedia/audio-music/media-capture-and-playback.md) — Processes audio and video through a combined pipeline of streaming, recording, and editing. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [Digital Media Playback](https://awesome-repositories.com/f/graphics-multimedia/digital-media-playback.md) — Implements the core process of streaming and rendering digital audio and video files. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Hardware-Accelerated Rendering](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/engines/graphics-pipeline-architectures/hardware-accelerated-rendering.md) — Embeds high-performance 2D and 3D graphics pipelines within standard application layouts using hardware acceleration.
- [Graphics Rendering APIs](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/graphics-apis-bindings/graphics-rendering-apis.md) — Draws images, primitives, and text onto a screen using high-performance graphics APIs. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/D2DPhotoAdjustment))
- [XAML Integration](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/graphics-apis-bindings/graphics-rendering-apis/xaml-integration.md) — Renders high-performance DirectX graphics directly within standard XAML application layouts. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LowLatencyInput))
- [XAML Layout Construction](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/graphics-apis-bindings/graphics-rendering-apis/xaml-integration/xaml-layout-construction.md) — Constructs application views using XAML, including lists, grids, and multi-window support. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [3D Graphics Pipelines](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/systems/3d-graphics-pipelines.md) — Displays first-person 3D environments and stereoscopic views using a graphics API. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameDX))
- [Media Capture Utilities](https://awesome-repositories.com/f/graphics-multimedia/media-capture-utilities.md) — Provides tools for recording audio and video, managing camera frames, and implementing face detection and tracking. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Real-Time 3D Rendering Engines](https://awesome-repositories.com/f/graphics-multimedia/real-time-neural-renderers/real-time-3d-rendering-engines.md) — Implements real-time 3D rendering of objects in a mixed reality environment with spatial placement and rotation. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicHologram))
- [Point Cloud Visualizers](https://awesome-repositories.com/f/graphics-multimedia/3d-model-visualizers/point-cloud-visualizers.md) — Projects correlated depth and color data into a 3D point cloud for spatial analysis. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraStreamCoordinateMapper))
- [Audio Graph Routing](https://awesome-repositories.com/f/graphics-multimedia/audio-graph-routing.md) — Creates a graph of interconnected nodes to route audio between devices and custom code. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/AudioCreation))
- [Audio Playback](https://awesome-repositories.com/f/graphics-multimedia/audio-music/audio-playback.md) — Triggers sound effect playback to provide auditory feedback during gaming experiences. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameXaml))
- [Effects Processing](https://awesome-repositories.com/f/graphics-multimedia/audio-music/audio-processing/effects-processing.md) — Adds built-in or custom processing effects like echo, reverb, and equalization to audio nodes. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/AudioCreation))
- [Spatial Audio](https://awesome-repositories.com/f/graphics-multimedia/audio-music/spatial-audio.md) — Simulates 3D sound environments by controlling source locations and distance decay behaviors. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SpatialSound))
- [Camera Enumerators](https://awesome-repositories.com/f/graphics-multimedia/camera-systems/camera-enumerators.md) — Provides utilities for identifying and acquiring specific camera sensors based on their physical location on the device. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraStarterKit))
- [Composition Visual Layers](https://awesome-repositories.com/f/graphics-multimedia/composition-visual-layers.md) — Renders graphics and effects by manipulating a tree of composition objects independently of the UI thread. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CompositionVisual))
- [Background Media Playback](https://awesome-repositories.com/f/graphics-multimedia/digital-media-playback/background-media-playback.md) — Enables audio and video streams to continue playing while the application is not in the foreground. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BackgroundMediaPlayback))
- [Dynamic SVG Manipulation](https://awesome-repositories.com/f/graphics-multimedia/dynamic-svg-manipulation.md) — Allows real-time programmatic alteration of SVG attributes and element hierarchies. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/D2DSvgImage))
- [EXIF Metadata Handling](https://awesome-repositories.com/f/graphics-multimedia/exif-metadata-handling.md) — Provides capabilities for reading and applying image metadata such as orientation and camera settings. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleImaging))
- [SVG-Based Vector Rendering](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/rendering/engines/canvas-vector-graphics/svg-based-vector-rendering.md) — Implements a rendering system that utilizes scalable vector graphics to display visual elements. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/D2DSvgImage))
- [Vector Graphics Rendering](https://awesome-repositories.com/f/graphics-multimedia/graphics-engines-rendering/webgl-gpu-rendering/2d-rendering-engines/vector-graphics-rendering.md) — Utilizes direct drawing effects, gradient meshes, and SVG support for high-performance rendering. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Holographic Image Stabilization](https://awesome-repositories.com/f/graphics-multimedia/holographic-image-stabilization.md) — Submits a depth buffer to ensure holographic images remain stable and correctly aligned with the physical environment. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicHologram))
- [Holographic Stabilization](https://awesome-repositories.com/f/graphics-multimedia/holographic-stabilization.md) — Creates virtual objects that track device movement through image stabilization and interpolation for mixed reality. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/HolographicTagAlong))
- [Bitmap Transformation Tools](https://awesome-repositories.com/f/graphics-multimedia/image-editing-processing/image-editors/bitmap-transformation-tools.md) — Provides utilities for resizing, cropping, and modifying bitmap assets programmatically before rendering. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleImaging))
- [Orientation Correction Utilities](https://awesome-repositories.com/f/graphics-multimedia/image-editing-processing/image-processing/orientation-correction-utilities.md) — Adjusts the camera preview stream and acquired frames based on device rotation events. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraGetPreviewFrame))
- [Image Processing Pipelines](https://awesome-repositories.com/f/graphics-multimedia/image-processing-pipelines.md) — Processes images through a pipeline of built-in effects to adjust color, contrast, and saturation. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/D2DPhotoAdjustment))
- [Immersive Input Tracking](https://awesome-repositories.com/f/graphics-multimedia/immersive-input-tracking.md) — Monitors the real-time location and orientation of input devices, including hand gestures, for 3D mapping. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SpatialInteractionSource))
- [Spatial Object Manipulation](https://awesome-repositories.com/f/graphics-multimedia/immersive-interactive-systems/user-interaction/spatial-object-manipulation.md) — Allows users to reposition 3D elements using gestures, voice, or game controllers in mixed reality. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicHologram))
- [Adaptive Streaming Players](https://awesome-repositories.com/f/graphics-multimedia/media-players/adaptive-streaming-players.md) — Implements adaptive bitrate streaming to dynamically adjust video quality based on network conditions. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Low Latency Players](https://awesome-repositories.com/f/graphics-multimedia/media-players/adaptive-streaming-players/low-latency-players.md) — Provides playback modes and capture engines optimized to minimize delay between server and client. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleCommunication))
- [Image Format Decoders](https://awesome-repositories.com/f/graphics-multimedia/media-processing-analysis/media-manipulation/media-processing-workflows/image-processing-pipelines/image-format-decoders.md) — Processes common image file formats to prepare raw data for rendering pipelines. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/D2DPhotoAdjustment))
- [Real-Time Video Analysis](https://awesome-repositories.com/f/graphics-multimedia/media-processing-analysis/media-manipulation/media-processing-workflows/video-transformation-enhancement/chunked-video-processing/video-processing-apis/video-input-processing/real-time-video-analysis.md) — Analyzes live video frames from a camera to identify the presence and location of human faces in real time. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/HolographicFaceTracking))
- [Visual Effects](https://awesome-repositories.com/f/graphics-multimedia/media-production-suites/visual-effects.md) — Creates visual effects, SVG images, and 3D animations using Direct2D and composition visuals. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Visual Effect Shaders](https://awesome-repositories.com/f/graphics-multimedia/media-production-suites/visual-effects/visual-effect-shaders.md) — Implements custom HLSL shader code to create real-time graphical effects within a 2D renderer. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/D2DCustomEffects))
- [Render Latency Optimizations](https://awesome-repositories.com/f/graphics-multimedia/render-latency-optimizations.md) — Uses waitable back buffers to ensure graphics frames are rendered and displayed with minimal delay. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LowLatencyInput))
- [Sound Effect Libraries](https://awesome-repositories.com/f/graphics-multimedia/sound-effect-libraries.md) — Triggers sound effect playback to provide auditory feedback during interactive experiences. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameDX))
- [Spatial Area Definitions](https://awesome-repositories.com/f/graphics-multimedia/spatial-area-definitions.md) — UWP acquires a 2D bounding shape of a spatial stage to visualize a user's movement area. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/HolographicSpatialStage))
- [Media Streaming](https://awesome-repositories.com/f/graphics-multimedia/streaming-distribution/streaming-broadcasting/media-streaming.md) — Provides frameworks for managing and routing continuous media data streams with quality adjustment based on network conditions. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/AdaptiveStreaming))
- [Audio Playlist Managers](https://awesome-repositories.com/f/graphics-multimedia/streaming-distribution/streaming-broadcasting/media-streaming/playlist-aggregators/personal-playlist-managers/audio-playlist-managers.md) — Creates, saves, loads, and modifies lists of audio files in formats such as WPL, ZPL, and M3U. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Playlists))
- [Video Frame Capture](https://awesome-repositories.com/f/graphics-multimedia/video-frame-capture.md) — Captures and processes individual image frames from a camera source in real-time. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraFrames))
- [Video Editing](https://awesome-repositories.com/f/graphics-multimedia/video-production/video-editing.md) — Extracts a specific segment from a video file by defining start and end points. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/MediaTranscoding))
- [Media Transcoders](https://awesome-repositories.com/f/graphics-multimedia/video-production/video-editing/media-transcoders.md) — Converts digital video or audio files between different formats, resolutions, or encoding profiles. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/MediaTranscoding))
- [Video Streaming Pipelines](https://awesome-repositories.com/f/graphics-multimedia/video-streaming-pipelines.md) — Captures, compresses, and transmits audio and video data between clients using custom network sources. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleCommunication))
- [Visual Layer Composition](https://awesome-repositories.com/f/graphics-multimedia/visual-layer-composition.md) — Renders graphics and animations by manipulating a tree of low-level objects independently of the main UI framework.

### Hardware & IoT

- [Bluetooth Connectivity](https://awesome-repositories.com/f/hardware-iot/bluetooth-connectivity.md) — Implements wireless data exchange and device pairing using RFCOMM and Bluetooth Low Energy protocols. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Serial Device Communication](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/hardware-communication/serial-device-communication.md) — Establishes connections to hardware devices and exchanges data using serial streams. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomSerialDeviceAccess))
- [Serial Peripheral Interfaces](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/hardware-communication/serial-peripheral-interfaces.md) — Implements data exchange with peripherals using a four-wire SPI bus interface. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/IoT-SPI))
- [GPIO Pin Controllers](https://awesome-repositories.com/f/hardware-iot/gpio-pin-controllers.md) — Provides interfaces for reading and writing digital signals on General Purpose Input/Output pins. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/IoT-GPIO))
- [Device Sensors](https://awesome-repositories.com/f/hardware-iot/integration-performance/hardware-interfacing-integration/hardware-integration/device-sensors.md) — Provides mechanisms to retrieve environmental and device metrics via real-time data streams or polling. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomSensors))
- [Custom Hardware Controllers](https://awesome-repositories.com/f/hardware-iot/peripheral-hardware-controllers/custom-hardware-controllers.md) — Implements communication with custom USB, SPI, I2C, and GPIO peripherals to manage hardware. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [USB Device Communication](https://awesome-repositories.com/f/hardware-iot/usb-device-communication.md) — Establishes connections and exchanges data using USB control, interrupt, and bulk transfers. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomUsbDeviceAccess))
- [3D Printing Management](https://awesome-repositories.com/f/hardware-iot/3d-printing-management.md) — Provides implementations for processing 3D models and communicating with printing hardware to create physical objects. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Ambient Light Sensors](https://awesome-repositories.com/f/hardware-iot/adaptive-lighting/ambient-light-sensors.md) — Retrieves light intensity as a LUX value using real-time data streams or polling. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LightSensor))
- [Peripheral Device Managers](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/internet-of-things/device-management/peripheral-device-managers.md) — Establishes and terminates active connections to hardware peripherals based on device identity. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomHidDeviceAccess))
- [HID Device Enumeration](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/internet-of-things/device-management/peripheral-device-managers/hid-device-enumeration.md) — Enumerates available hardware devices using selectors and watchers to identify device IDs. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomHidDeviceAccess))
- [Serial Event Monitoring](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/internet-of-things/device-management/peripheral-device-managers/serial-event-monitoring.md) — Registers for notifications to detect hardware state changes like pin updates on serial devices. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomSerialDeviceAccess))
- [Serial Property Configuration](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/internet-of-things/device-management/peripheral-device-managers/serial-property-configuration.md) — Modifies hardware settings like baud rate and stop bits to match device specifications. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomSerialDeviceAccess))
- [USB Device Enumerators](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/internet-of-things/device-management/usb-device-enumerators.md) — Queries connected USB devices for configuration and identification metadata descriptors. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomUsbDeviceAccess))
- [USB Interface Configuration](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/internet-of-things/device-management/usb-device-enumerators/usb-interface-configuration.md) — Selects specific interface settings on a USB device to configure its hardware operation. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomUsbDeviceAccess))
- [Proximity Sensors](https://awesome-repositories.com/f/hardware-iot/connectivity-iot/proximity-services/proximity-sensors.md) — Provides capabilities to monitor proximity sensors via events or polling to detect nearby objects. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/ProximitySensor))
- [Hardware Device Interfaces](https://awesome-repositories.com/f/hardware-iot/hardware-device-interfaces.md) — Interfaces with custom HID, Serial, and USB devices using specific hardware access capabilities. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [HID Device Communication](https://awesome-repositories.com/f/hardware-iot/hid-device-communication.md) — Sends and receives reports to control and interact with HID hardware peripherals. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomHidDeviceAccess))
- [GATT Server Hosting](https://awesome-repositories.com/f/hardware-iot/integration-performance/hardware-interfacing-integration/hardware-integration/device-sensors/ble-sensor-monitors/gatt-server-hosting.md) — Publishes a BLE service and characteristic hierarchy to allow remote clients to read and write data. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BluetoothLE))
- [Inclinometers](https://awesome-repositories.com/f/hardware-iot/integration-performance/hardware-interfacing-integration/hardware-integration/device-sensors/inclinometers.md) — Tracks device pitch, roll, and yaw angles using integrated 3-axis inclinometer hardware. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Inclinometer))
- [Magnetometer Interfaces](https://awesome-repositories.com/f/hardware-iot/magnetometer-interfaces.md) — Retrieves magnetic field readings through real-time event streams or polling to determine heading. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Magnetometer))
- [NFC Provisioning](https://awesome-repositories.com/f/hardware-iot/nfc-provisioning.md) — Provides the ability to interact with smart cards and NFC tags to exchange stored information. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Nfc))
- [Peripheral Lighting Controllers](https://awesome-repositories.com/f/hardware-iot/peripheral-lighting-controllers.md) — Manages colors and visual effects of hardware conforming to the HID Lighting Standard. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LampArray))

### Mobile Development

- [Camera Capture Controllers](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture/camera-capture-controllers.md) — Controls camera hardware to preview live streams and record video files in various orientations. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraVideoStabilization))
- [Camera Integration](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration.md) — Manages the video preview window and software triggers specifically for camera-based barcode scanning. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BarcodeScanner))
- [Camera Capture Controllers](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-capture-controllers.md) — Manages the camera lifecycle, selects hardware lenses, and controls the preview stream. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraGetPreviewFrame))
- [Resolution Controllers](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-capture-controllers/resolution-controllers.md) — Modifies capture resolution for device previews and photos to ensure compatibility with stream properties. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraResolution))
- [Camera Feed Capture](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture.md) — Extracts individual frames from a live camera stream as bitmaps for real-time image processing. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraGetPreviewFrame))
- [Lifecycle Controllers](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture/camera-capture-controllers/lifecycle-controllers.md) — Implements logic to handle the initialization and cleanup of camera capture objects across application navigation events. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraVideoStabilization))
- [Video Profile Configuration](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture/camera-capture-controllers/video-profile-configuration.md) — Queries a media capture device for supported video profiles to set resolutions and frame rates. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraProfile))
- [Concurrent Stream Readers](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture/concurrent-stream-readers.md) — Creates multiple frame readers to capture data from several hardware sources simultaneously. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraStreamCoordinateMapper))
- [Multispectral Stream Readers](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture/multispectral-stream-readers.md) — Captures and processes frames from color, depth, and pose tracking sources concurrently. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraStreamCorrelation))
- [Sensor Grouping](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/camera-integration/camera-feed-capture/sensor-grouping.md) — Locates related capture sources, such as color, depth, and infrared, for capture sessions. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraFrames))
- [Device Hardware Accessors](https://awesome-repositories.com/f/mobile-development/mobile-infrastructure-security/mobile-device-management/device-hardware-accessors.md) — Provides utilities to retrieve detailed hardware and software specifications, including manufacturer and OS version. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/ClientDeviceInformation))
- [Gesture Detection](https://awesome-repositories.com/f/mobile-development/mobile-infrastructure-security/mobile-device-management/device-hardware-accessors/gesture-detection.md) — Identifies when a device is shaken via hardware events to trigger application actions. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Accelerometer))

### Networking & Communication

- [Network Communication Implementations](https://awesome-repositories.com/f/networking-communication/communication-protocols-architectures/communication-protocols-standards/network-communication-implementations.md) — Establishes network connectivity using HTTP, WebSockets, and TCP/UDP sockets. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [Bluetooth Device Scanners](https://awesome-repositories.com/f/networking-communication/bluetooth-connectivity/bluetooth-device-scanners.md) — Provides capabilities to scan for and interact with Bluetooth Low Energy sensors and beacons. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BluetoothAdvertisement))
- [Messaging Services](https://awesome-repositories.com/f/networking-communication/communication-platforms-services/messaging-notification-systems/messaging-services.md) — Provides infrastructure for asynchronous data exchange and messaging between applications across different systems. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/RemoteSystems))
- [Content Sharing Integrations](https://awesome-repositories.com/f/networking-communication/content-sharing-integrations.md) — Packages data in formats like text, images, and files to send to other target applications. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/ShareSource))
- [Inter-Process Communication](https://awesome-repositories.com/f/networking-communication/inter-process-communication.md) — Implements mechanisms for synchronizing data and actions between isolated application windows. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [BLE Advertisements](https://awesome-repositories.com/f/networking-communication/low-power-signaling/ble-advertisements.md) — Implements the broadcasting of Bluetooth Low Energy advertising packets for device discovery. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BluetoothAdvertisement))
- [Network Device Discovery](https://awesome-repositories.com/f/networking-communication/network-device-discovery.md) — Implements searching for internally, externally, or nearby wireless and networking devices. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DeviceEnumerationAndPairing))
- [Network Interface Management](https://awesome-repositories.com/f/networking-communication/network-interface-management.md) — Handles HTTP requests, WebSockets, and Wi-Fi hotspot configuration for system networking. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Share Target Providers](https://awesome-repositories.com/f/networking-communication/share-target-providers.md) — Implements a provider that allows the application to receive content shared from other sources. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/ShareSource))
- [Socket Networking](https://awesome-repositories.com/f/networking-communication/socket-networking.md) — Establishes datagram and stream connections for low-level network communication. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))

### Operating Systems & Systems Programming

- [Windows System Integrations](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/system-programming-primitives/system-abstractions/os-specific-integration-modules/windows-system-integrations.md) — Implements integration modules for interfacing with Bluetooth, USB, and NFC via the Windows Runtime.
- [Background Service Hosting](https://awesome-repositories.com/f/operating-systems-systems-programming/background-service-hosting.md) — Provides samples for hosting background services that other local or remote applications can connect to for message exchange. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/AppServices))
- [UIs](https://awesome-repositories.com/f/operating-systems-systems-programming/hardware-interfacing-drivers/hardware-acceleration/device-selection/uis.md) — Provides a standard user interface control for selecting a specific device from available hardware. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DeviceEnumerationAndPairing))
- [Input Lag Reduction Systems](https://awesome-repositories.com/f/operating-systems-systems-programming/input-lag-reduction-systems.md) — Implements hardware-aware processing on dedicated threads to minimize input-to-response delay. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LowLatencyInput))

### User Interface & Experience

- [Compiled Bindings](https://awesome-repositories.com/f/user-interface-experience/data-binding/compiled-bindings.md) — Provides UI-to-data synchronization validated at compile time to increase runtime performance. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlBind))
- [Declarative UI Markup](https://awesome-repositories.com/f/user-interface-experience/declarative-ui-definitions/declarative-ui-markup.md) — Defines application layouts and interactive elements using XAML markup for cross-device consistency.
- [Digital Ink Capture](https://awesome-repositories.com/f/user-interface-experience/digital-ink-capture.md) — Records user input as ink strokes and renders them on a canvas. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleInk))
- [Digital Ink Rendering](https://awesome-repositories.com/f/user-interface-experience/digital-ink-rendering.md) — Renders high-precision ink strokes on a surface and supports interleaving them with other objects. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/ComplexInk))
- [Input Handling](https://awesome-repositories.com/f/user-interface-experience/input-handling.md) — Processes a wide range of input devices including touch, pen, and ink with low-latency handling. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [Adaptive UI Layouts](https://awesome-repositories.com/f/user-interface-experience/responsive-layout-adapters/adaptive-ui-layouts.md) — Adjusts layout and navigation controls dynamically based on screen dimensions to optimize for one-handed use. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlTailoredMultipleViews))
- [Scrolling Performance Optimizations](https://awesome-repositories.com/f/user-interface-experience/scrolling-performance-optimizations.md) — Optimizes list scrolling performance using incremental data binding to maintain smooth frame rates. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlBind))
- [Locale-Aware Value Formatting](https://awesome-repositories.com/f/user-interface-experience/value-formatting-tags/locale-aware-value-formatting.md) — Transforms formatted numeric strings back into numeric values respecting regional locales. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/NumberFormatting))
- [View-to-Data Mappings](https://awesome-repositories.com/f/user-interface-experience/view-to-data-mappings.md) — Links visual UI components and events directly to their corresponding data models. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlBind))
- [Virtualized Data Rendering](https://awesome-repositories.com/f/user-interface-experience/virtualized-data-rendering.md) — Implements virtualization to efficiently display large datasets by loading only the visible subset into memory. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlDataVirtualization))
- [Application Localization Systems](https://awesome-repositories.com/f/user-interface-experience/application-localization-systems.md) — Separates strings and assets from code to support multi-language and multi-region application deployment. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))
- [Context Menu Construction](https://awesome-repositories.com/f/user-interface-experience/context-menu-construction.md) — Enables the construction of hierarchical context menus with custom icons and commands. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlContextMenu))
- [Cross-Device Activity Continuity](https://awesome-repositories.com/f/user-interface-experience/cross-device-activity-continuity.md) — Creates activity records that enable users to resume their work seamlessly across multiple devices. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/UserActivity))
- [Deferred UI Initialization](https://awesome-repositories.com/f/user-interface-experience/deferred-ui-initialization.md) — Reduces application startup time by delaying the creation of UI elements until they are explicitly requested. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlDeferLoadStrategy))
- [Density-Independent Scaling](https://awesome-repositories.com/f/user-interface-experience/density-independent-scaling.md) — Adjusts images and UI elements based on screen dots per inch to maintain visual quality across different display densities. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DpiScaling))
- [Design System Implementations](https://awesome-repositories.com/f/user-interface-experience/design-system-implementations.md) — Creates visually rich user interfaces using composition tools and Fluent design system principles. ([source](http://microsoft.github.io/windows/))
- [Stroke Analysis](https://awesome-repositories.com/f/user-interface-experience/digital-ink-capture/stroke-analysis.md) — Provides capabilities to identify handwritten text and geometric shapes from digital ink strokes. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/InkAnalysis))
- [Directional Navigation](https://awesome-repositories.com/f/user-interface-experience/directional-navigation.md) — Enables movement between interface elements using four cardinal directions for gamepads and remotes. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlGamepadNavigation))
- [Drawing Aids](https://awesome-repositories.com/f/user-interface-experience/drawing-aids.md) — Provides digital rulers and protractors to assist with precise digital drawing. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleInk))
- [Interaction Modalities](https://awesome-repositories.com/f/user-interface-experience/form-and-input-management/interaction-and-event-handling/interaction-modalities.md) — Processes user interactions from a diverse set of input channels including touchscreens, mice, keyboards, and game controllers. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameXaml))
- [Game Overlays and HUDs](https://awesome-repositories.com/f/user-interface-experience/game-overlays-and-huds.md) — Renders HUDs and menu overlays using either a graphics API or markup-based layout. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameDX))
- [Geolocation Access](https://awesome-repositories.com/f/user-interface-experience/geolocation-access.md) — Determines the physical location of the device using integrated GPS and network signals. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Globalization Preference Retrieval](https://awesome-repositories.com/f/user-interface-experience/globalization-preference-retrieval.md) — Accesses the user's preferred languages, geographic region, and calendar systems for localization. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/GlobalizationPreferences))
- [Input Device Detection](https://awesome-repositories.com/f/user-interface-experience/input-device-detection.md) — Implements logic to query the system and identify available input hardware such as keyboards, mice, and touchscreens. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicInput))
- [Motion Sensor Readers](https://awesome-repositories.com/f/user-interface-experience/input-device-detection/motion-sensor-readers.md) — Provides utilities for polling hardware sensors such as accelerometers and barometers for movement data. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Orientation Trackers](https://awesome-repositories.com/f/user-interface-experience/input-device-detection/orientation-trackers.md) — Determines the physical orientation of a device in 3D space using real-time sensor data. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Accelerometer))
- [Spatial](https://awesome-repositories.com/f/user-interface-experience/input-handling/spatial.md) — Processes physical actions such as air taps and manipulation gestures to trigger commands in a spatial environment. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SpatialInteractionSource))
- [Input Method Detection](https://awesome-repositories.com/f/user-interface-experience/interaction-detection/input-method-detection.md) — Identifies the current input method to allow the application interface to adapt dynamically. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/UserInteractionMode))
- [Master-Detail Layouts](https://awesome-repositories.com/f/user-interface-experience/master-detail-layouts.md) — Creates a responsive two-pane interface that synchronizes list selection with a detailed view. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlListView))
- [Media Transport Controls](https://awesome-repositories.com/f/user-interface-experience/media-transport-controls.md) — Integrates with system-level media playback controls and allows customization of their visual appearance via XAML. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlCustomMediaTransportControls))
- [Multi-Monitor Experience Management](https://awesome-repositories.com/f/user-interface-experience/multi-monitor-experience-management.md) — Customizes how content is rendered on an external monitor to create a multi-view user experience. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/AdvancedCasting))
- [System Hardware Integration](https://awesome-repositories.com/f/user-interface-experience/presentation-frameworks/media-background-integration/media-playback-controls/system-hardware-integration.md) — Connects playback state and track metadata to system-level hardware buttons and OS display properties. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BackgroundMediaPlayback))
- [Responsive Menu Reflow](https://awesome-repositories.com/f/user-interface-experience/responsive-menu-reflow.md) — Implements a responsive menu system that adjusts command distribution between the primary bar and overflow menu. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlCommanding))
- [Screen Orientation Detection](https://awesome-repositories.com/f/user-interface-experience/screen-orientation-detection.md) — Detects physical device movement and screen rotation to automatically adjust the camera preview stream. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CameraFaceDetection))
- [Screen Orientation Management](https://awesome-repositories.com/f/user-interface-experience/screen-orientation-detection/screen-orientation-management.md) — Manages display rotation and auto-rotation preferences to ensure the application adapts to hardware orientation. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DisplayOrientation))
- [Voice User Interfaces](https://awesome-repositories.com/f/user-interface-experience/voice-user-interfaces.md) — Integrates voice command recognition and text-to-speech synthesis for inclusive user interaction. ([source](https://github.com/microsoft/Windows-universal-samples#readme))

### Content Management & Publishing

- [PDF Rendering Engines](https://awesome-repositories.com/f/content-management-publishing/content-processing-transformation/document-processing-conversion/document-processing/rendering-visualization/pdf-rendering-engines.md) — Loads PDF files and displays them as full pages, thumbnails, or rectangular crops. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/PdfDocument))
- [Live Streaming Platforms](https://awesome-repositories.com/f/content-management-publishing/media-management/live-streaming-platforms.md) — Parses dynamic manifests and downloads segments to enable live media streaming via DASH. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/LiveDash))

### Development Tools & Productivity

- [Background Task Schedulers](https://awesome-repositories.com/f/development-tools-productivity/background-task-schedulers.md) — Executes logic via system triggers or scheduled sessions to maintain activity in the background.
- [Barcode Scanners](https://awesome-repositories.com/f/development-tools-productivity/barcode-scanners.md) — Provides a system-wide barcode scanning service that processes camera frames. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BarcodeScannerProvider))
- [Hardware Scanner Integrations](https://awesome-repositories.com/f/development-tools-productivity/barcode-scanners/hardware-scanner-integrations.md) — Interfaces with physical barcode scanners to claim exclusive hardware access and process scanned data. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BarcodeScanner))
- [Manifest Capability Declarations](https://awesome-repositories.com/f/development-tools-productivity/dynamic-configuration-providers/dynamic-provider-registration/device-capability-registrations/manifest-capability-declarations.md) — Defines required vendor and product IDs in the app manifest to grant hardware device access. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/CustomHidDeviceAccess))

### Game Development

- [2D and 3D](https://awesome-repositories.com/f/game-development/game-engines-frameworks/game-engines/2d-and-3d.md) — Integrates 3D rendering engines with 2D overlays to display game worlds and HUDs. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameXaml))
- [Unified Input Handling](https://awesome-repositories.com/f/game-development/unified-input-handling.md) — Processes user commands from touch screens, mice, keyboards, and game controllers. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Simple3DGameDX))

### Programming Languages & Runtimes

- [User Input Capture](https://awesome-repositories.com/f/programming-languages-runtimes/user-input-capture.md) — Implements logic for listening to and capturing real-time pointer interactions like presses and taps. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/BasicInput))

### Security & Cryptography

- [Digital Rights Management](https://awesome-repositories.com/f/security-cryptography/digital-rights-management.md) — Manages digital rights management licenses to enable the playback of protected media. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/PlayReady))
- [Credential Security and Utilities](https://awesome-repositories.com/f/security-cryptography/identity-access-management/authentication-strategies/session-and-credential-handling/credential-security-utilities.md) — Secures applications using credential lockers, biometric authentication, and encryption services for identity management. ([source](https://github.com/microsoft/Windows-universal-samples#readme))
- [Biometric Authentication](https://awesome-repositories.com/f/security-cryptography/identity-access-management/authentication-strategies/user-facing-login-methods/biometric-authentication.md) — Integrates multi-factor sign-in flows using device-based biometric hardware and public-key cryptography. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/MicrosoftPassport))
- [Passkey Authentication](https://awesome-repositories.com/f/security-cryptography/passkey-authentication.md) — Handles the full lifecycle of passwordless authentication, including provisioning, verifying, and deleting passkeys. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/KeyCredentialManager))
- [Device Pairing Protocols](https://awesome-repositories.com/f/security-cryptography/security/infrastructure-and-hardware/embedded-and-hardware/device-pairing-protocols.md) — Establishes a secure connection between the system and a wireless device using pairing protocols. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/DeviceEnumerationAndPairing))
- [Capability-Based Security](https://awesome-repositories.com/f/security-cryptography/security/policies/capability-authorization/capability-based-security.md) — Grants permission for device interaction by declaring vendor and product identifiers within the app manifest.
- [User Identity Management](https://awesome-repositories.com/f/security-cryptography/user-identity-management.md) — Manages user identity and credentials using Windows Hello, smart cards, and web authentication brokers. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/README.md))

### Software Engineering & Architecture

- [Inter-Process Communication](https://awesome-repositories.com/f/software-engineering-architecture/inter-process-communication.md) — Exchanges data and triggers actions between separate applications using a background service provider and message bus.
- [Ink Stroke Manipulation](https://awesome-repositories.com/f/software-engineering-architecture/object-oriented-models/stroke-objects/ink-stroke-manipulation.md) — Allows for erasing, selecting, reshaping, and re-playing digital ink strokes based on timestamps or input conditions. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/SimpleInk))
- [Process Coordinators](https://awesome-repositories.com/f/software-engineering-architecture/process-coordinators.md) — Implements architectural components for managing communication and data exchange between multiple applications. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
- [Visual State Triggers](https://awesome-repositories.com/f/software-engineering-architecture/schema-based-state-validation/cross-state-validation/state-change-triggers/visual-state-triggers.md) — Defines custom logic to trigger visual state changes based on device family or input type. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/XamlStateTriggers))

### System Administration & Monitoring

- [Hardware Metric Polling](https://awesome-repositories.com/f/system-administration-monitoring/hardware-metric-polling.md) — Retrieves device orientation data from sensors at fixed, predefined time intervals. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/Gyrometer))
- [Service Discovery](https://awesome-repositories.com/f/system-administration-monitoring/service-discovery.md) — Identifies active network services and communication endpoints across Bluetooth, Wi-Fi, and cloud services. ([source](https://github.com/microsoft/Windows-universal-samples/blob/main/Samples/RemoteSystems))

### Web Development

- [Casting Controllers](https://awesome-repositories.com/f/web-development/media-controllers/media-casting-receivers/casting-controllers.md) — Discovers and streams audio or video content to remote receivers via casting protocols. ([source](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples))
