Skip to content

Kuronons/Asset-Packs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asset-Packs

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.

How?

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 in pack-name/preview folder, run make previews [pack-name] (or python .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

About

Bundle of asset packs for Momentum Firmware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.3%
  • C 26.6%
  • Makefile 5.1%