# nvapi **Repository Path**: gitlgx/nvapi ## Basic Information - **Project Name**: nvapi - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-09 - **Last Updated**: 2026-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NVAPI SDK NVAPI is NVIDIA's API for accessing GPU and driver features on systems with NVIDIA hardware. This repository contains the public, open-source components of the NVAPI SDK: headers, interface definitions, and libraries (nvapi.lib / nvapi64.lib) for building applications that use NVAPI. The actual NVAPI implementation is provided by the NVIDIA GPU driver installed on the system. ## Documentation For detailed information on NVAPI features and usage, see the documentation in the [docs](docs) folder. ## Sample Code The [Sample_Code](Sample_Code) folder contains example applications that demonstrate key SDK features and API usage. ## License This project is licensed under the MIT License. See the [LICENSE](License.txt) file for details. ## Contributing This project is currently not accepting contributions. For bug reports, comments, or questions, please visit the [NVAPI Developer Forum](https://forums.developer.nvidia.com/c/developer-tools/other-tools/nvapi/)