Skip to content

Visualize and manage your Flipper Zero animations directly from your computer

License

Notifications You must be signed in to change notification settings

sierra-tang0/FlipperAnimationManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


banner


Visualize and manage your Flipper Zero animations directly from your computer.

img last release img last commit


Preview


Installation

Download the lasted version for your distribution from the Releases.


Build from sources

Linux and Mac OS

Install dependencies:

# On Linux
sudo apt install libsdl2-dev g++ make

# On Mac OS (be sure to have g++ and make installed, via XCode for example)
brew install sdl2

Clone the repository:

git clone https://github.com/Ooggle/FlipperAnimationManager.git && cd FlipperAnimationManager

Building the project:

make

The binary will be located in build folder.


Windows

Via Visual Studio

Clone the project or download a zipped copy of it.

Open the FlipperAM.sln file with Visual Studio.

Select the Release configuration and build the project, the output binary will be located in Release folder.


Note: You will have to get a copy of SDL2.dll from the SDL repository and have it alongside the .exe in order to run the application.


Via MSYS2/MINGW

Install the following dependencies via the command line tool:

pacman -S mingw-w64-i686-SDL2

Clone the repository:

git clone https://github.com/Ooggle/FlipperAnimationManager.git && cd FlipperAnimationManager

Building the project:

make

The binary will be located in build folder.


Contributing

Pull requests are welcome. Feel free to open an issue if you want to request/discuss other features.

About

Visualize and manage your Flipper Zero animations directly from your computer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.8%
  • C 18.1%
  • Makefile 0.1%