Sprite Generator

Video game sprite generator based on Dave Bollinger’s Pixel Spaceships .

Features

Fun program I created for sprite generation — mostly in the span of a few days. It’s kind-of almost usable, just needs a bit of work to become user-friendly. The most exciting feature is the animation. For this I created a special move tool which lets you move a specific pixel while keeping its state.

I stopped working on this project for multiple reasons, one of which is that I could not find an adequate method to select ranges of colours. The inital colour system (shown in image above) involved three range sliders for hue, saturation, and lightness (HSL). There were some obvious flaws with this system, for example one cannot create a palette of purple and yellow without including blue, teal, and green. I tried to design alternate systems to specify a palette of colours, the most successful of which is shown below. There are nodes of colour which can be connected together to specify the range of colours between the two nodes.