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
- Host: GitHub
- URL: https://github.com/monogrid/webgl-gpu-rating
- Owner: MONOGRID
- License: mit
- Created: 2018-06-15T10:15:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T13:33:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T12:49:00.227Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)