Animation Maker Tool

A simple and creative tool for making frame-by-frame animations

By Nikki Rademaker

Overview

This project was created for the Creative Programming course. The goal was to build a creative tool in Processing. I chose to make an animation maker that lets users create simple frame-by-frame animations.

The Idea

I wanted the tool to give users creative freedom. Users can draw on frames using a brush, eraser, or basic shapes like circles, rectangles, and triangles. They can change the brush size, select colors, and fill frames with one color. Users can also copy, delete, and insert frames to control the animation flow.

The tool has a toggleable menu for drawing tools. Users can move between frames, see which frame they are on, and play their animation. When they are done, they can export the frames as images. The info box on the screen helps users remember the controls.

Below are a few examples of short animations people made with my tool.

You can download the processing application and code here. Make sure to open "Processing_FinalAssign_Nikki.exe" to run the tool.

How to Use the Animation Maker Tool?

Launch the tool to open a blank canvas. The info box in the top-left shows controls and the current frame number. Users can draw with their mouse by clicking and holding the left mouse button.

The menu:
The frames:
Drawing Menu
Next Project Previous Project