chenseanxy / FanControl.LiquidCtl

2 stars 0 forks source link

# FanControl.LiquidCtl

Release

A one-nighter project, born after me being annoyed by NZXT's stupid CAM software for 2 hours
Therefore compatibility might be problematic, only verified on NZXT Kraken X (X53, X63 or X73) devices.

v0.1.0: liquidctl section is now executed using pythonnet, potentially resulting in lower power & cpu usage

compared to v0.0.* lanuching a python interpreter twice every second (which is really expensive)

v0.2.0: bumped support for liquidctl 1.13.0, supports multiple devices

liquidctl plugin for FanControl

Installation

Current Problems

Filing issues

Please provide the following:

Contrib

Contributions welcome! In the csproj file you can update the OutputPath to your FanControl install path. Beware that debug-lanuching would not load plugins, you'll have to build and then lanuch manually.

TODOs

[] Get gud in C# & read more of liquidctl codebases, replace current hackey solutions with REAL ones [x] Move to embedded Python (Pythonnet) instead of calling liquidctl processes