Top Down Sprite Maker

Desktop GUI application for generating fully configurable pixel art character sprite sheets in various art styles


Making myself

Top Down Sprite Maker (TDSM) is a flexible and powerful pixel art character creation tool.

I took a logic-first approach with the code, which resulted in a highly flexible, modular design that can easily be adapted to any style of pixel art sprites with any complexity of composition rules.

Key Features

Development

Technologies

Java

The source code for TDSM is written in Java 17.

Delta Time

TDSM is built on top of my Delta Time library. Delta Time handles actions such as the program execution loop, text rendering, and UI element logic.

More information