Java Animation Software – Programming

September 2020 – December 2020

Project Description:

A Java Animation software that takes in shapes, their color, their coordinate on a grid, their dimensions, the duration of their appearance and an effect if applicable (i.e. height increase, color change, width increase, coordinate placement, etc.) through a text file. The software terminates when it provides a visual animation of the text file.

  • Implemented software to read in text files with information needed to create 2D animation when software is run using JFrame, JPanel, and JSwing.
  • Created the necessary code to be able to convert text files with animation information into SVG readable format to be able to run animation on a Microsoft Edge provided a link to SVG code.
  • Designed using the MVC Object Orientated Design Pattern. (MVC standing for Model View Controller)

Documentation Provided With Request*