Martial Physics --------------- (C) Christian Heitzmann, Doo-Young Kwon, ETH Zuerich, 2006 Running the main program ------------------------ The program needs a Java Virtual Machine as of version 1.4. You have to specify several image files as arguments. You can run the program on every operating system using the command: java -jar martial_physics.jar image_1.jpg image_2.jpg image_3.jpg There are also native executable for Windows, Linux, Solaris and Mac OS X which will call the JVM automatically: martial_physics.exe image_1.jpg image_2.jpg image_3.jpg martial_pyhsics-linux image_1.jpg image_2.jpg image_3.jpg martial_physics-solaris image_1.jpg image_2.jpg image_3.jpg martial_physics-mac image_1.jpg image_2.jpg image_3.jpg You can turn on/off the views during program execution: M mass points S springs I image Sender ------ To be able to roughly emulate the sensor input, there is a program called Sender. You can run it the following ways: java -jar sender.jar sender.exe sender-linux sender-solaris sender-mac Just move the mouse cursor on the gray area and watch the results. Disclaimer ---------- There is no warranty for the programs. Use at your own risk.