Nixes / DesktopMonitorBrightness

A utility to allow laptop like monitor brightness control on a desktop. Works with almost all normal desktop monitors.
2 stars 0 forks source link

Rebuild ui in qt #41

Open Nixes opened 7 years ago

Nixes commented 7 years ago

Working in wxwidgets is such a PITA, going to rebuild it in qt.

Nixes commented 4 years ago

Actually even better re architect to make a simple c library to do the low level os calls required to actually make the brightness changes, then write python bindings with https://github.com/pybind/pybind11 and rewrite the UX layer in python with pyqt

Nixes commented 4 years ago

First see if python bindings are good enough for direct winapi access https://github.com/mhammond/pywin32