/Aseprite_LUA_Scripts

LUA scripts for use within the pixel art application 'Aseprite'.

Primary LanguageLuaMIT LicenseMIT

Aseprite_LUA_Scripts

LUA scripts for use within the pixel art application 'Aseprite'.

  • Ghost Images : Animation effect similar to onion skinning. The script will generate a new layer containing a number of 'Ghosts' of previous frames.
  • Layer Transition : Generates a new layer with a simple transition effect between two existing layers.
  • Load Palette From CSV : Load a palette from a CSV file with red, green, blue, alpha columns.
  • Save Palette To CSV : Save current palette To CSV file with red, green, blue, alpha columns.
  • Selected Pixel Count : Counts the number of pixels in an arbitrary shaped selection.
  • Particle Simulator : A simple 2D particle simulation.
  • Particle Simulator Looped: An alternative version of the particle simulation. This generates looped particle animations.