CutefishOS GUI library, based on Qt Quick.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
reionwong 41d4ba1940 feat(Switch): add click animation 3 years ago
.github/workflows Update build.yml 3 years ago
debian feat: release 0.8 3 years ago
src feat(Switch): add click animation 3 years ago
translations Create ru_RU.ts 3 years ago
.gitignore Update .gitignore 3 years ago
CMakeLists.txt Use CMAKE_INSTALL_LIBDIR instead of hardcoded /usr/lib 3 years ago
FishUIConfig.cmake.in Rename to FishUI 4 years ago
LICENSE Init 4 years ago
README.md Update README 3 years ago

README.md

FishUI

FishUI is a GUI library based on QQC2 (Qt Quick Controls 2), every Cutefish application uses it.

Features

  • Light and Dark Mode
  • Borderless window (XCB Window move & resize)
  • Blurred window
  • Window shadow
  • Desktop-level menu
  • The style of the Qt Quick control
  • ...

Dependencies

sudo apt install libqt5x11extras5-dev libkf5windowsystem-dev qtbase5-private-dev libxcb1-dev libxcb-shape0-dev libxcb-icccm4-dev -y

Build

Before build, make sure you have necessary Qt environment.

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install

Packaging

Debian/Ubuntu

Install compile dependencies:

$ sudo apt install equivs devscripts --no-install-recommends
$ sudo mk-build-deps -i -t "apt-get --yes" -r

Start packing

$ dpkg-buildpackage -b -uc -us

License

FishUI is licensed under GPLv3.