Skip to content

NDRAEY/DesktopZephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Zephyr

This is a fan project for @AtelierRhyme.

This project is an interactive character (AtelierRhyme's original character based on Zeraora) running around your desktop.

img.png

Zephyr

Features

  • 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.

Downloads

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.

Build requirements

  • Qt 6.0 or newer
  • CMake 3.25 or newer
  • Clang (> 12) or GCC (not tested yet) compiler

Build instructions

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 .

Credits