{"id":13513956,"url":"https://github.com/Ooggle/FlipperAnimationManager","last_synced_at":"2025-03-31T02:33:11.762Z","repository":{"id":65250114,"uuid":"582349575","full_name":"Ooggle/FlipperAnimationManager","owner":"Ooggle","description":"Visualize and manage your Flipper Zero animations directly from your computer - Flipper Animation Manager","archived":false,"fork":false,"pushed_at":"2023-11-16T17:55:40.000Z","size":2697,"stargazers_count":350,"open_issues_count":4,"forks_count":13,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-02-13T21:34:55.896Z","etag":null,"topics":["flipper-zero","flipperzero"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ooggle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-26T14:43:16.000Z","updated_at":"2024-02-11T21:54:43.000Z","dependencies_parsed_at":"2024-01-13T08:50:21.737Z","dependency_job_id":null,"html_url":"https://github.com/Ooggle/FlipperAnimationManager","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ooggle%2FFlipperAnimationManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ooggle%2FFlipperAnimationManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ooggle%2FFlipperAnimationManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ooggle%2FFlipperAnimationManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ooggle","download_url":"https://codeload.github.com/Ooggle/FlipperAnimationManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246407400,"owners_count":20772126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flipper-zero","flipperzero"],"created_at":"2024-08-01T05:00:40.927Z","updated_at":"2025-03-31T02:33:06.751Z","avatar_url":"https://github.com/Ooggle.png","language":"C++","funding_links":[],"categories":["Graphics \u0026 Animations"],"sub_categories":["*Utilities*","Utilities"],"readme":"\u003chr\u003e\r\n\r\n![banner](.github/banner.png)\r\n\r\n\u003chr\u003e\r\n\r\n\u003ch3 align=\"center\"\u003e\r\n  Visualize and manage your \u003ca href=\"https://flipperzero.one\"\u003eFlipper Zero\u003c/a\u003e animations directly from your computer.\r\n\u003c/h3\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n    \u003cimg alt=\"img last release\" src=\"https://img.shields.io/github/release/Ooggle/FlipperAnimationManager.svg?color=blue\"\u003e\r\n    \u003cimg alt=\"img last commit\" src=\"https://img.shields.io/github/last-commit/Ooggle/FlipperAnimationManager.svg\"\u003e\r\n    \u003ca href=\"https://github.com/Ooggle/FlipperAnimationManager/wiki\"\u003e\u003cimg src=\"https://img.shields.io/badge/wiki-documentation-forestgreen\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=Ooggle_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/Ooggle_?label=Ooggle_\u0026style=social\"\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n\u003chr\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n    Preview\u003cbr\u003e\u003cbr\u003e\r\n    \u003cimg src=\".github/demo.gif\"\u003e\r\n\u003c/p\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n# Installation\r\n\r\n\u003ch2\u003e\u003ca href=\"https://github.com/Ooggle/FlipperAnimationManager/wiki/Installation-Guide\"\u003eDetailed Installation Guide here\u003ca\u003e\u003c/h2\u003e\r\n\r\n### Builds are available for Windows, Linux and Mac OS. Download the latest version for your distribution from \u003ca href=\"https://github.com/Ooggle/FlipperAnimationManager/releases\"\u003ethe Releases.\u003c/a\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n# Usage\r\n\r\n\u003chp\u003e\u003ca href=\"https://github.com/Ooggle/FlipperAnimationManager/wiki/Usage-Guide\"\u003eSee wiki for basic usage guide\u003ca\u003e\u003c/p\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n# Build from sources\r\n\r\n## Linux and Mac OS\r\n\r\nInstall dependencies:   \r\n```bash\r\n# On Linux\r\nsudo apt install libsdl2-dev g++ make\r\n\r\n# On Mac OS (be sure to have g++ and make installed, via XCode for example)\r\nbrew install sdl2\r\n```\r\n\r\nClone the repository:   \r\n```bash\r\ngit clone https://github.com/Ooggle/FlipperAnimationManager.git \u0026\u0026 cd FlipperAnimationManager\r\n```\r\n\r\nBuilding the project:   \r\n```bash\r\nmake\r\n```\r\n\r\nThe binary will be located in `build` folder.\r\n\r\n\u003cbr\u003e\r\n\r\n## Windows\r\n\r\n## Via Visual Studio\r\n\r\nClone the project or download a zipped copy of it.\r\n\r\nDownload the SDL2 library from [the releases](https://github.com/libsdl-org/SDL/releases) (the sdl2-devel-2.xx.x-vc.zip archive) and extract it somewhere in the computer.\r\n\r\nOpen the `FlipperAM.sln` file with Visual Studio.\r\n\r\nThen, 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.   \r\n⚠️ If it's not done correctly, the build won't work.\r\n\r\nSelect the Release configuration and build the project, the output binary will be located in `Release` folder.\r\n\r\n\u003cbr\u003e\r\n\r\nNote: You will have to get a copy of `SDL2.dll` from the \u003ca href=\"https://github.com/libsdl-org/SDL/releases\"\u003eSDL repository\u003c/a\u003e (it's in the SDL2-2.x.x-win32-x64.zip archive) and have it alongside the .exe in order to run the application. \r\n\r\n\u003cbr\u003e\r\n\r\n## Via MSYS2/MINGW\r\n\r\nInstall the following dependencies via the command line tool:   \r\n```bash\r\npacman -S mingw-w64-i686-SDL2\r\n```\r\n\r\nClone the repository:   \r\n```bash\r\ngit clone https://github.com/Ooggle/FlipperAnimationManager.git \u0026\u0026 cd FlipperAnimationManager\r\n```\r\n\r\nBuilding the project:   \r\n```bash\r\nmake\r\n```\r\n\r\nThe binary will be located in `build` folder.\r\n\r\n\u003cbr\u003e\r\n\r\n# Contributing\r\n\r\nPull requests are welcome. Feel free to open an issue if you want to request/discuss other features.\r\n\r\n\u003cbr\u003e\r\n\r\n## Stargazers over time\r\n\r\n[![Stargazers over time](https://starchart.cc/Ooggle/FlipperAnimationManager.svg)](https://starchart.cc/Ooggle/FlipperAnimationManager)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOoggle%2FFlipperAnimationManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOoggle%2FFlipperAnimationManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOoggle%2FFlipperAnimationManager/lists"}