Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)