Code Monkey home page Code Monkey logo

flipperanimationmanager's Introduction


banner


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

img last release img last commit


Preview


Installation

Builds are available for Windows, Linux and Mac OS. Download the latest version for your distribution from the Releases.


Usage

Detailed guide coming soon...


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.

Download the SDL2 library from the releases (the sdl2-devel-2.xx.x-vc.zip archive) and extract it somewhere in the computer.

Open the FlipperAM.sln file with Visual Studio.

Then, go to project settings and replace any %SDL2_DIR% you find in the compiler and linker section by the path of the SDL2 directory previously downloaded. An alternative method is to directly open the FlipperAM.vcxproj file and replace by hand every %SDL2_DIR% by the path of the SDL2 directory.
โš ๏ธ If it's not done correctly, the build won't work.

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 (it's in the SDL2-2.x.x-win32-x64.zip archive) 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.


Stargazers over time

Stargazers over time

flipperanimationmanager's People

Contributors

ooggle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.