Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 482 Bytes

File metadata and controls

23 lines (15 loc) · 482 Bytes

easy-animator

How to run

Use the provided 'the-easy-animator.jar' file.

Main method

The name of the main method of the program is 'Main'

Possible jar args:

  • -in – an input file
  • -out – an output file
  • -view – a view to output with
    • visual – a graphical view
    • text – a text view
    • svg – an svg view (not yet implemented)

Arg limitations

  • User must specify at least a -view and an -in
  • Speed must be an integer larger than 1