Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srn/nvapi-node
Native C++ module for interfacing with NVIDIA NVAPI
https://github.com/srn/nvapi-node
display gpu nvapi nvidia
Last synced: 28 days ago
JSON representation
Native C++ module for interfacing with NVIDIA NVAPI
- Host: GitHub
- URL: https://github.com/srn/nvapi-node
- Owner: srn
- License: mit
- Created: 2020-12-23T00:32:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T00:32:42.000Z (about 4 years ago)
- Last Synced: 2024-12-29T03:55:10.048Z (about 1 month ago)
- Topics: display, gpu, nvapi, nvidia
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# nvapi-node
> Native C++ module for interfacing with [NVIDIA NVAPI](https://developer.nvidia.com/nvapi)
Supports Windows 10 x64.
## Install
```sh
$ npm i nvapi-node
```## Usage
```js
const nvapi = require('nviapi-node')nvapi.getDigitalVibrance() // { minDV: 0, maxDV: 63, currentDV: 0 }
nvapi.toggleDigitalVibrance() // 0|-1
```## References
- [falahati/NvAPIWrapper/blob/master/NvAPIWrapper/Native/Helpers/FunctionId.cs](https://github.com/falahati/NvAPIWrapper/blob/master/NvAPIWrapper/Native/Helpers/FunctionId.cs)
## License
MIT © [Søren Brokær](https://srn.io)