diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d962b3 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# RadeonSensor - Kext and Gadget to show Radeon GPU temperature on MacOS + +![](./imgs/status_bar.png) + +The kext is based on FakeSMCs RadeonMonitor to provide GPU temperature to a dedicated gadget without relying on FakeSMC being installed and can be used with VirtualSMC instead. +The design of the status bar is based on the AMD PowerGadget to fit together. + + + +Cedits +* [FakeSMC3](https://github.com/CloverHackyColor/FakeSMC3_with_plugins) +* [SMCAMDProcessor](https://github.com/trulyspinach/SMCAMDProcessor) diff --git a/imgs/status_bar.png b/imgs/status_bar.png new file mode 100644 index 0000000..245de47 Binary files /dev/null and b/imgs/status_bar.png differ