FishUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Cutefish application uses it.
- Light and Dark Mode
- Borderless window (XCB Window move & resize)
- Blurred window
- Window shadow
- Desktop-level menu
- The style of the Qt Quick control
- ...
sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev qtbase5-private-dev libxcb1-dev libxcb-shape0-dev libxcb-icccm4-dev -y
Before build, make sure you have necessary Qt environment.
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install
FishUI is licensed under GPLv3.