All Projects → TekF → Aseprite Scripts

TekF / Aseprite Scripts

Licence: gpl-3.0

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Aseprite Scripts

Pixelcraft
A Pixel Art Editor
Stars: ✭ 413 (+535.38%)
Mutual labels:  pixel-art
Gitfiti
abusing github commit history for the lulz
Stars: ✭ 6,750 (+10284.62%)
Mutual labels:  pixel-art
Ld40 Catsareassholes
A shelter simulation game made in 3 days for Ludum Dare 40. Even if the game was submitted to Jam instead of Compo, I still made everything all by myself.
Stars: ✭ 45 (-30.77%)
Mutual labels:  pixel-art
Pxltrm
🖌️ pxltrm - [WIP] A pixel art editor inside the terminal
Stars: ✭ 459 (+606.15%)
Mutual labels:  pixel-art
Awesome Pixel Art
Curated list of everything awesome around pixel art.
Stars: ✭ 540 (+730.77%)
Mutual labels:  pixel-art
Github Spray
Draw on your GitHub contribution graph ░▒▓█
Stars: ✭ 908 (+1296.92%)
Mutual labels:  pixel-art
Pixel Art React
Pixel art animation and drawing web app powered by React
Stars: ✭ 3,503 (+5289.23%)
Mutual labels:  pixel-art
Pixelizator
Swift/Python image pixelizer 🖼️.
Stars: ✭ 53 (-18.46%)
Mutual labels:  pixel-art
Slate
Pixel Art Editor
Stars: ✭ 723 (+1012.31%)
Mutual labels:  pixel-art
Stipje
Compile-time XPM-like image parser for C++
Stars: ✭ 9 (-86.15%)
Mutual labels:  pixel-art
Pixeler
CLI image renderer
Stars: ✭ 465 (+615.38%)
Mutual labels:  pixel-art
Blockbench
Blockbench - A boxy 3D model editor
Stars: ✭ 495 (+661.54%)
Mutual labels:  pixel-art
Monsterpong
Our entry for Github GameOff 2018
Stars: ✭ 23 (-64.62%)
Mutual labels:  pixel-art
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+549.23%)
Mutual labels:  pixel-art
Pyqx
Multiplatform graphics editor made with Python and PyQt and specializing in Pixel Art
Stars: ✭ 45 (-30.77%)
Mutual labels:  pixel-art
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (+476.92%)
Mutual labels:  pixel-art
Aposelene
Experimental 2D Engine in C
Stars: ✭ 16 (-75.38%)
Mutual labels:  pixel-art
Geopattern
📐 Create beautiful generative image patterns from a string in golang.
Stars: ✭ 1,113 (+1612.31%)
Mutual labels:  pixel-art
Pixel8
A collection of low-res primitives for creating art and games in React
Stars: ✭ 1,047 (+1510.77%)
Mutual labels:  pixel-art
Cartridge.js
HTML5 retro game engine
Stars: ✭ 23 (-64.62%)
Mutual labels:  pixel-art

Aseprite Scripts

To use, download the .lua files and put them in Aseprite's user script folder.

Parallax

parallax.lua (Right-click and "Save as") demo

By default each layer moves twice as fast as the one below.

To control speed manually, add s=<speed> to the layer names, like this:

layer names demo speeds

It also supports non-integer speeds. For example a speed of 1.5 will move alternately between moving by 1 pixel or 2 pixels, to give an average movement of 1.5 pixels.

non-int suburban

Update

Put "w=x", "w=y", or "w=xy" in the layer name to wrap the layer on the x and/or y axes. It wraps at either the layer bounds or the image bounds - whichever's bigger.

wrap

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].