Skip to content

jbunke/stipple-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stipple Effect

Download Changelog Roadmap

About

Stipple Effect is an image editor designed for creating and animating pixel art. It is designed to facilitate a variety of workflows and to encourage rapid, iterative creation of pixel art.

SE was made by a solo indie game developer with the needs and skill sets of other indie devs in mind. It is lightweight and simple to learn and use, yet allows for considerable depth and complexity. SE has a feature-rich scripting API that can be harnessed for the automation of otherwise tedious and repetitive tasks.

Preview

A custom preview in action... one of many applications of scripting

Features

Scripting

Stipple Effect supports scripting for three different use cases: automation, custom previews and color transformation. It is highly recommended for users that want to get the most out of the program to read the API and familiarize themselves with its potential applications.

External Dependencies

  • Delta Time - my lightweight graphics library that handles GUI and execution loop boilerplate
    • Core module
    • Fonts module
    • Menu extension module
    • Script module
    • Sprite module
  • ANTLR v4 - lexing and parsing library that powers the DeltaScript interpreter
  • Animation Encoder - my wrapper for Square's gifencoder and for jcodec (currently closed-source)