All Projects → behreajj → AsepriteAddons

behreajj / AsepriteAddons

Licence: GPL-3.0 license
Lua scripts for Aseprite add-ons.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to AsepriteAddons

pribambase
Paint pixelart textures in real time in Blender with Aseprite.
Stars: ✭ 129 (+186.67%)
Mutual labels:  aseprite, pixelart
cryptopunks
(crypto) pixel punks - libraries, tools & scripts, and more
Stars: ✭ 24 (-46.67%)
Mutual labels:  pixelart
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (-17.78%)
Mutual labels:  color
color
C++ library thats implemets class color. Available models: RGB, HSL, HSV, CMY, CMYK, YIQ, YUV and growing.
Stars: ✭ 142 (+215.56%)
Mutual labels:  color
rebass
⚛️ React primitive UI components built with styled-system.
Stars: ✭ 7,844 (+17331.11%)
Mutual labels:  color
colorizzar
📗 -> 📘 Change color of png keep alpha channel in php!
Stars: ✭ 27 (-40%)
Mutual labels:  color
currencycats.starter
Artbase Sandbox (& Cache) - Quick & Dirty "One-Off" Scripts To Download Complete Collections
Stars: ✭ 19 (-57.78%)
Mutual labels:  pixelart
VIAN
No description or website provided.
Stars: ✭ 18 (-60%)
Mutual labels:  color
SAPC-APCA
APCA (Accessible Perceptual Contrast Algorithm) is a new method for predicting contrast for use in emerging web standards (WCAG 3) for determining readability contrast. APCA is derived form the SAPC (S-LUV Advanced Predictive Color) which is an accessibility-oriented color appearance model designed for self-illuminated displays.
Stars: ✭ 266 (+491.11%)
Mutual labels:  color
colr pickr
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.
Stars: ✭ 27 (-40%)
Mutual labels:  color
pixelit
Create pixel art from an image
Stars: ✭ 692 (+1437.78%)
Mutual labels:  pixelart
Chalk
✏️Expressive styling on terminal string. (chalk for swift)
Stars: ✭ 59 (+31.11%)
Mutual labels:  color
colored-console
🌈 Add some color to your console >_
Stars: ✭ 74 (+64.44%)
Mutual labels:  color
sprout
Golang logging library supporting log retrieval.
Stars: ✭ 85 (+88.89%)
Mutual labels:  color
imgpalr
R package for generating color palettes from arbitrary images.
Stars: ✭ 44 (-2.22%)
Mutual labels:  color
aseprite-scripts
Some useful scripts for Aseprite
Stars: ✭ 23 (-48.89%)
Mutual labels:  aseprite
hcv-color
🌈 Color model HCV/HCG is an alternative to HSV and HSL, derived by Munsell color system, usable for Dark and Light themes... 🌈
Stars: ✭ 44 (-2.22%)
Mutual labels:  color
OpenHV
An Open Source Pixelart Science-Fiction Real-Time-Strategy game
Stars: ✭ 301 (+568.89%)
Mutual labels:  pixelart
tradfri-flux
f.lux-like temp adjustments on IKEA trådfri 💡
Stars: ✭ 18 (-60%)
Mutual labels:  color
punks.blocks
DIY (Do-It-Yourself) - Yes, You Can! Design Your Own Punk (Pixel) Characters / Heads using the Punk (Building) Blocks in the 24×24px Format And Much More
Stars: ✭ 69 (+53.33%)
Mutual labels:  pixelart

Aseprite Add-ons

This repository developed out of the Medium article, "How To Script Aseprite Tools in Lua".

To install, click on the green Code button above. For those unfamiliar with Git, select Download ZIP, then unzip the file after it has finished downloading. In Aseprite, go to File > Scripts > Open Scripts Folder. Copy commands, dialog and support folders from the unzipped download into the folder that Aseprite has opened. Return to Aseprite, go to File > Scripts > Rescan Scripts Folder.

To use, go to File > Scripts and choose from entries in the dialogs or commands folder.

Scripts can be assigned shortcuts under Edit > Keyboard Shortcuts. Dialog buttons can be used from the keyboard by holding down the Alt key and pressing the underlined letter of the button's label. For example, Alt+C will close dialogs, per the 'C' in "CANCEL".

References

For more resources, see

Gallery

This repo includes

  • An arc (mesh).

    Arc

  • Color curve presets. (Test image source.)

    Color Curve

  • An LCh Color Wheel.

    Color Wheel

  • A conic gradient.

    Conic Gradient

  • A Floyd-Steinberg filter (Test model source.)

    FS Dither

  • A hexagon grid generator.

    Hexagon Grid

  • A text insertion dialog.

    Insert Text

  • Interlaced layers. (Test image source.)

    Interlaced

  • A pixel art isometric (dimetric) grid.

    Dimetric Grid

  • LCh color picker.

    LCh Color Picker

  • A linear gradient.

    Linear Gradient

  • Luminance (grayscale) remapping. (Test image source.)

    Luminance remapping

  • Custom New Sprite

    New Sprite

  • Normal color picker.

    Normal Map

  • Normal from height.

    Normal From Height

  • Outline Gradient.

    Outline Gradient

  • Palette Coverage.

    Palette Coverage

  • Palette Manifest.

    Palette Manifest

  • Palette To Cel Assignment.

    Palette To Cel

  • A regular convex polygon.

    Polygon

  • A radial gradient.

    Radial Gradient

  • A rounded rectangle.

    Rounded Rectangle

  • RGB channel separation.

    Separate RGB

  • Basic cel transformation.

    Cel Transformation

Appearances may vary as features are added to or removed from underlying scripts.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].