This is a fan project for @AtelierRhyme.
This project is an interactive character (AtelierRhyme's original character based on Zeraora) running around your desktop.
Zephyr- Move Zephyr by dragging it around the screen.
- Double-click on it to make it chase your cursor!
- Right-click on it to see additional options in conetxt menu.
You can download prebuilt Linux and Windows binaries from Releases page.
For Windows users: If you downloaded zip file from Releases, unpack it, go to build
folder and run DesktopZephyr.exe
.
If you want to build DesktopZephyr yourself, follow the instructions below.
- Qt 6.0 or newer
- CMake 3.25 or newer
- Clang (> 12) or GCC (not tested yet) compiler
To download Desktop Zephyr source code, run:
git clone https://github.com/NDRAEY/DesktopZephyr
cd DesktopZephyr
To build DesktopZephyr, run:
mkdir build
cmake ..
cmake --build .
- Pictures (sprites): @AtelierRhyme
- Code: @THE_NDRAEY