Twiq is a lightweight C++/Qt application designed to create and save beautiful loading spinner animations with ease.
- Design modern, customizable multi-spinner animations
- Export animations as GIFs using GIFLIB
- Clean and intuitive UI built with Qt6
Twiq leverages several powerful C++ libraries:
- Qt6 – A modern, cross-platform application development framework.
- Blend2D – A high-performance 2D vector graphics engine.
- GIFLIB – A library for encoding and decoding GIF images.
mkdir build && cd build
cmake build ..
make
// run twiq
./twiq
or
twiq.exe