Bundle of asset packs for Momentum Firmware.
Important
These asset packs are all available on the Momentum Firmware website. This repository serves only as a way to keep them updated and maintained easier.
The flipper-update-indexer includes this repository as a submodule. It will parse the asset packs contents and serve the appropriate files on the API (https://up.momentum-fw.dev/asset-packs
). Then the Momentum-Website will query the API and allow users to download and install the asset packs.
The scope of this repo is keeping the asset packs themselves updated and recompile them as needed.
You can do this by:
make repack [pack-name]
# OR
python .utils/repack.py [pack-name]
Currently we don't have a convenient way of generating previews. For now what we do is:
- For Icons: use qFlipper, click 'Save Screenshot'
- For Anims: use qFlipper, record it, put
.mp4
inpack-name/preview
folder, runmake previews [pack-name]
(orpython .utils/previews.py [pack-name]
) to convert to.gif
- To make cropping easier, you can use Blue Recorder's Window capture: the above script will notice the right pixel sizes (862x532) and crop to fit qFlipper's preview