Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| course_planning:course_notes:vpython [2014/06/25 15:49] – [VPython] caballero | course_planning:course_notes:vpython [2014/06/25 15:54] (current) – [PhysUtil] caballero | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Software for Projects ====== | ====== Software for Projects ====== | ||
| - | In class, you will make use of {{http:// | + | In class, you will make use of [[http:// |
| ===== VPython ===== | ===== VPython ===== | ||
| Line 8: | Line 8: | ||
| * create visual objects in 3 dimensions, | * create visual objects in 3 dimensions, | ||
| * animate the motion of objects, and | * animate the motion of objects, and | ||
| - | * move the visualization around with mouse interactions. | + | * move the visualization around with mouse interactions |
| - | Extensive documentation | + | Extensive documentation |
| ===== PhysUtil ===== | ===== PhysUtil ===== | ||
| PhysUtil is a module for VPython that makes it simpler to create highly visual simulations. With very little code, PhysUtil lets you: | PhysUtil is a module for VPython that makes it simpler to create highly visual simulations. With very little code, PhysUtil lets you: | ||
| - | * generate motion maps | + | * generate motion maps, {{: |
| - | * make timers | + | * plot graphs, {{: |
| - | * plot graphs, and | + | * make timers, and |
| * import CSV data | * import CSV data | ||
| - | Extensive documentation | + | Extensive documentation |