awawa-dev / HyperHDR

Highly optimized open source ambient lighting implementation based on modern digital video and audio stream analysis for Windows, macOS and Linux (x86 and Raspberry Pi / ARM).

Home Page:http://www.hyperhdr.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove another dependency behemoth: QT Gui library

awawa-dev opened this issue · comments

After we successfully removed other source of many unnecessary dependencies: QT Widget, which required writing our own Systray control, now it's time for another very unnecessary component with huge dependencies: QT Gui.
The biggest challenge will be removing QImage from HyperHDR, but I believe we can handle it. Certainly, most effects will require modification.