FanControl/README.md

44 lines
1.4 KiB
Markdown
Raw Normal View History

2020-05-31 23:53:56 +02:00
# FanControl.Releases
2020-06-01 00:19:07 +02:00
## [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N4JPSTUQHRJM8&currency_code=USD&source=url&item_name=Fan+Control)
2020-06-04 02:03:06 +02:00
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
2020-06-01 00:24:25 +02:00
2020-06-02 16:08:28 +02:00
Libraries used:
2020-06-01 00:24:25 +02:00
* https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
* https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit
2020-06-01 00:19:07 +02:00
![Fan Control](Images/MainUI.png)
## Features
2020-06-04 02:03:06 +02:00
* Save, edit and load multiple profiles
2020-06-01 00:19:07 +02:00
* Multiple temperature sources ( CPU, GPU, motherboard, hard drives )
* Custom fan curves
2020-06-15 17:09:21 +02:00
* Fine tune the fan control response with steps, activation %, response time and hysteresis
2020-06-02 16:08:28 +02:00
* Mix different curves and sensors together
2020-06-04 02:03:06 +02:00
* Modern, dashboard-style UI
* Works as a background application with a customizable tray icon
2020-06-01 00:19:07 +02:00
* And more!
2020-05-31 23:53:56 +02:00
## Fan curve types
* Linear : Temperature based linear function
* Graph : Temperature based custom curve
* Mix : Use two different curves and apply a mix function (Max, Sum)
* Sync : Sync to an existing control
* Flat: Set a fixed %
## Graph fan curve editor
2020-06-04 02:03:06 +02:00
* Add, remove and drag points arround the graph
* Copy and paste points from a graph to another
* Fine-tune the response with the hysteresis and response time parameters
2020-06-01 00:19:07 +02:00
![Fan Control](Images/GraphDialog.png)
2020-05-31 23:53:56 +02:00
## Theme editor
2020-06-04 02:03:06 +02:00
* Dark mode available
2020-06-01 00:19:07 +02:00
![Fan Control](Images/ColorsDialog.png)