Skip to content

MONOGRID/webgl-gpu-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Generate a unique hash for the GPU in usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages