All Projects → falahati → Nvapiwrapper

falahati / Nvapiwrapper

Licence: lgpl-3.0
NvAPIWrapper is a .Net wrapper for NVIDIA public API, capable of managing all aspects of a display setup using NVIDIA GPUs

Projects that are alternatives of or similar to Nvapiwrapper

Jetsonjs
Embed a JavaScript/WebGL application on a Nvidia Jetson TX2 and stream the results through websockets. It does not rely on CUDA/Jetpack. HDMI touchscreen, virtual keyboard, GPIO control, wifi config are included.
Stars: ✭ 18 (-82.86%)
Mutual labels:  nvidia, gpu
Nvidia p106
NVIDIA P106 GPUs
Stars: ✭ 106 (+0.95%)
Mutual labels:  nvidia, gpu
Cub
Cooperative primitives for CUDA C++.
Stars: ✭ 883 (+740.95%)
Mutual labels:  nvidia, gpu
Nvfancontrol
NVidia dynamic fan control for Linux and Windows
Stars: ✭ 93 (-11.43%)
Mutual labels:  nvidia, gpu
Parenchyma
An extensible HPC framework for CUDA, OpenCL and native CPU.
Stars: ✭ 71 (-32.38%)
Mutual labels:  nvidia, gpu
Tf Coriander
OpenCL 1.2 implementation for Tensorflow
Stars: ✭ 775 (+638.1%)
Mutual labels:  nvidia, gpu
Gpudashboard
A simple dashboard for NVIDIA GPU
Stars: ✭ 37 (-64.76%)
Mutual labels:  nvidia, gpu
Cuda Api Wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
Stars: ✭ 362 (+244.76%)
Mutual labels:  nvidia, gpu
Optix Path Tracer
OptiX Path Tracer
Stars: ✭ 60 (-42.86%)
Mutual labels:  nvidia, gpu
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-44.76%)
Mutual labels:  nvidia, gpu
Coriander
Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Stars: ✭ 665 (+533.33%)
Mutual labels:  nvidia, gpu
Waifu2x Ncnn Vulkan
waifu2x converter ncnn version, runs fast on intel / amd / nvidia GPU with vulkan
Stars: ✭ 1,258 (+1098.1%)
Mutual labels:  nvidia, gpu
Cudasift
A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
Stars: ✭ 555 (+428.57%)
Mutual labels:  nvidia, gpu
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (+652.38%)
Mutual labels:  nvidia, gpu
Ilgpu
ILGPU JIT Compiler for high-performance .Net GPU programs
Stars: ✭ 374 (+256.19%)
Mutual labels:  nvidia, gpu
Cuda
Experiments with CUDA and Rust
Stars: ✭ 31 (-70.48%)
Mutual labels:  nvidia, gpu
Nvptx
How to: Run Rust code on your NVIDIA GPU
Stars: ✭ 335 (+219.05%)
Mutual labels:  nvidia, gpu
Realsr Ncnn Vulkan
RealSR super resolution implemented with ncnn library
Stars: ✭ 357 (+240%)
Mutual labels:  nvidia, gpu
Multiple Smi
Python bindings for pyNVML and psutil library over network
Stars: ✭ 49 (-53.33%)
Mutual labels:  nvidia, gpu
Nplusminer
NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
Stars: ✭ 75 (-28.57%)
Mutual labels:  nvidia, gpu

NvAPIWrapper NvAPIWrapper (for NVAPI R410)

NvAPIWrapper is a .Net wrapper for NVIDIA public API, capable of managing all aspects of a display setup using NVIDIA GPUs.

This project is licensed under LGPL and therefore can be used in closed source or commercial projects. However, any commit or change to the main code must be public and there should be a read me file along with the DLL clarifying the license and its terms as part of your project as well as a hyperlink to this repository. Read more about LGPL.

How to get

This library is available for download and use through NuGet Gallery.

Help me fund my own Death Star

--OR--

You can always donate your time by contributing to the project or by introducing it to others.

What's Supported

NvAPIWrapper is not a complete wrapper of NVAPI; at least, not yet. Following is the list of NVAPI features and their status:

  • [X] General: Full Support

    • [X] Chipset Information
    • [X] Driver Information and Driver Restart
    • [X] Lid and Dock Information
  • [X] Surround: Full Support

    • [X] Topology Configuration (Mosaic Phase 2)
    • [X] Grid Configuration (Mosaic Phase 1)
    • [X] Warping Control
    • [X] Color Intensity Control
  • [X] Display: Full Support

    • [X] Display Information and Capabilities
    • [X] Path Configuration
    • [X] Custom Resolutions
    • [X] Refresh Rate Override
    • [X] HDMI Support Information and Capabilities
    • [X] DisplayPort Color Capabilities
    • [X] HDR Capabalities
  • [X] Display Control: Full Support

    • [X] Color Control
    • [X] Saturation Control (Vibrance)
    • [X] HUE Control
    • [X] HDMI InfoFrame Control
    • [X] HDR and HDR Color Control
    • [X] ScanOut Information and Configuration
    • [X] View Control
    • [X] EDID Retrival and Modification
  • [X] GPU: Full Support

    • [X] GPU Informaion
    • [X] GPU Atchitecture Information
    • [X] GPU Output Information
    • [X] ECC Memory Reporting and Managment
    • [X] PCI-E Information
    • [X] Performance Capabilities and Monitoring
    • [X] Cooler Information (Fan/Liquid/Passive) and Managment (Including RTX+)
    • [X] GPU Illumination Managment
    • [X] Usage Monitoring
    • [X] Power Limit Status and Managment (Modification only via the low level API)
    • [X] Thermal Limit Status and Managment (Modification only via the low level API)
    • [X] Performance State Managment (Modification only via the low level API)
    • [X] Clock Boost and Clock Boost Curve Confiurations (via low level API)
    • [X] Voltage Boost and Voltage Boost Table Configurations (via low level API)
    • [X] Clock Lock Configurations (via low level API)
  • [X] DRS: Full Support

    • [X] Session, Profile and Application Managment
    • [X] Documented Setting and Managed Setting Values
  • [X] Stereo (3D): Full Support

    • [X] Stereo Control
    • [X] Stereo Configurations
  • [ ] D3D: No Support

  • [ ] GSync: No Support

  • [ ] OpenGL: No Support

  • [ ] Vidio: No Support

If a feature you need is missing, feel free to open an issue.

How to use

NvAPIWrappr allows you to use the NVAPI functions directly (a.k.a. the low-level API) using the NvAPIWrapper.Native namespace. However, there is also a .Net friendly implementation of the NVAPI features (a.k.a. the high-level API) that can be used to minimize the complexity of your code and makes it more compatible with later releases of the library, therefore, I strongly recommend using these classes instead of using the native functions directly.

Currently, you can access different parts of the high level API as follow:

  • Namespace NvAPIWrapper.Display: Display and Display Control API
  • Namespace NvAPIWrapper.GPU: GPU specific API
  • Namespace NvAPIWrapper.Mosaic: Mosaic API - Surround
  • Namespace NvAPIWrapper.DRS: NVIDIA Driver settings and application profiles
  • Namespace NvAPIWrapper.Stereo: Stereo specific settings and configurations
  • Class NvAPIWrapper.NVIDIA: General Information And Methods

Please also take a look at the NvAPISample project for a number of simple examples.

This library is fully documented and this makes your journey through it as easy as it is possible with NVAPI.

Related Projects

  • WindowsDisplayAPI: WindowsDisplayAPI is a .Net wrapper for Windows Display and Windows CCD APIs

  • EDIDParser: EDIDParser is a library allowing all .Net developers to parse and to extract information from raw EDID binary data. (Extended Display Identification Data)

  • HeliosDisplayManagement: An open source display profile management program for Windows with support for NVIDIA Surround

License

Copyright (C) 2017-2020 Soroush Falahati

This project is licensed under the GNU Lesser General Public License ("LGPL") and therefore can be used in closed source or commercial projects. However, any commit or change to the main code must be public and there should be a read me file along with the DLL clarifying the license and its terms as part of your project as well as a hyperlink to this repository. Read more about LGPL.

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