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

https://github.com/monogrid/webgl-gpu-rating

Generate a unique hash for the GPU in usage
https://github.com/monogrid/webgl-gpu-rating

Last synced: about 2 months ago
JSON representation

Generate a unique hash for the GPU in usage

Awesome Lists containing this project

README

        

# webgl-gpu-rating #

*This NPM module generates a unique hash for the GPU in usage*

# Usage #

const GPU = require('webgl-gpu-rating');

const hash = GPU.getGpuHash();
console.log(hash); // Your GPU Unique Hash code (Based on SHA-2 algorithm)

const rating = GPU.getGpuRating();
console.log(rating); // Your GPU Rating (Based on our GPUs' hash table)