LPSAnimator-MacOSX

Click on 'Download ZIP' to download this application. After unzipping the repository folder LPSAnimator-MacOSX-master, open it and move the folder named 'LPSAnimator' into your Applications folder (or anywhere else you like). The zip file and repository folder can then be discarded.

To run this application, an older version of the Java Runtime Environment is required, namely version 1.6. This can be downloaded here: http://support.apple.com/kb/DL1572

You can check to see if you already have the required JRE by looking in the folder /System/Library/Java/JavaVirtualMachines, which is where the installer from the link above places it.

To run the project from the command line, navigate to the LPSAnimator directory and type the following two commands:

export PATH=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin:$PATH

java -jar LPSAnimator.jar

The first command switches the JRE for the duration of the session, after which the default JRE is restored (which is located in Library/Java/JavaVirtualMachines).

Screenshots:

image 01 image 03
image 05 image 06