Skip to content

Commit f877dae

Browse files
committed
docs: add YouTube video link and link docs/screenshot.png to showcase video (https://youtu.be/86PBTGlfCXk)
1 parent 22dce2d commit f877dae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
**FastHardware** gives your Java application direct access to real-time system health — CPU usage, CPU temperature, physical RAM, and GPU temperature — without shelling out to `wmic`, without polling `OperatingSystemMXBean`, and without spawning background processes. By binding directly to Win32 PDH counters and WMI COM objects via JNI, it delivers accurate, low-latency hardware telemetry at native speed.
1414

15+
[**Watch the Demo (YouTube)**](https://youtu.be/86PBTGlfCXk)
16+
17+
[![FastHardware Showcase](docs/screenshot.png)](https://youtu.be/86PBTGlfCXk)
18+
1519
---
1620

1721
## Quick Start

0 commit comments

Comments
 (0)