Menu

Tree [27e9f9] v0.4.1 /
 History

HTTPS access


File Date Author Commit
 .github 2024-04-05 Jordan Bunke Jordan Bunke [392a3b] Update issue templates
 res 2024-05-21 Jordan Bunke Jordan Bunke [5f3035] > Changed read/write settings location on Windows
 src 2024-05-21 Jordan Bunke Jordan Bunke [5f3035] > Changed read/write settings location on Windows
 .gitignore 2024-03-23 Jordan Bunke Jordan Bunke [e2df2a] > Changed pixel grid validation so that # of gr...
 README.md 2024-05-22 Jordan Bunke Jordan Bunke [3649d2] > Updated README with new feature GIFs
 changelog.md 2024-05-21 Jordan Bunke Jordan Bunke [5f3035] > Changed read/write settings location on Windows
 roadmap.md 2024-05-21 Jordan Bunke Jordan Bunke [4c7285] + Updated metadata

Read Me

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.
* Scripting overview
* API
* Example scripts

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)