Windows-driver-samples
Driver Samples
A collection of Windows driver samples to help developers build and deploy drivers for Microsoft's operating systems.
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
7k stars
579 watching
5k forks
Language: C
last commit: 19 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/windows-classic-samples | A collection of code samples demonstrating Windows classic desktop application APIs | 5,077 |
microsoft/wpf-samples | A repository of WPF samples demonstrating various API usage patterns and features for building desktop applications using .NET | 5,131 |
microsoft/winappdriver | A tool to support Selenium-like UI test automation on Windows applications | 3,699 |
virtio-win/kvm-guest-drivers-windows | Windows drivers for virtualized hardware in KVM/QEMU environments | 2,051 |
microsoft/directxtk | A collection of helper classes for writing DirectX 11 C++ code for various Windows applications | 2,576 |
dotnet/wpf | A UI framework for building Windows desktop applications using C# and XAML. | 7,094 |
microsoft/directx-graphics-samples | DirectX 12 Graphics Samples repository | 6,074 |
nvidia/cuda-samples | A collection of code samples demonstrating various CUDA features | 6,453 |
pbatard/libwdi | Automates the process of creating and installing Windows drivers for USB devices | 1,898 |
nccgroup/driverbuddy | Automates tasks during reverse engineering of Windows kernel drivers by identifying driver types and analyzing IOCTL codes | 352 |
mcauser/micropython-pcd8544 | A driver for an 84x48 monochrome LCD module commonly used in Nokia 5110 devices | 66 |
janbednarik/micropython-ws2812 | Driver for controlling RGB LEDs using MicroPython | 189 |
dpdk/dpdk | A set of libraries and drivers for fast packet processing on various architectures. | 3,387 |
microfocus/silkappdriver | An implementation of the W3C WebDriver protocol for native and mobile applications | 8 |
microsoft/microsoft-ui-xaml | A modern UI framework for building Windows applications with a rich set of controls and styles. | 6,372 |