Differences between revisions 13 and 14
Revision 13 as of 2006-08-21 22:21:08
Size: 2483
Editor: lurbano-5
Comment: Added link to Earth Science model project
Revision 14 as of 2007-04-02 15:59:18
Size: 2479
Editor: cscfpc15
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
["CategoryPyGUI"] CategoryPyGUI

VPython is an extension for Python to allow easy, "pythonic" 3D. It is used in education for various purposes, including teaching physics and programming, but it has also been used by research scientists to visualize systems or data in 3D.

[http://vpython.org/ VPython Home Page]

Projects using VPython

[http://pw1.netcom.com/~ajs/ PyGeo] A dynamic geometry laboratory and toolkit by Arthur Siegel.

[http://www4.ncsu.edu/~rwchabay/mi/ Matter & Interactions] An introductory calculus-based physics curriculum for engineering and science students by Ruth Chabay and Bruce Sherwood (NCSU) that emphasizes a small number of powerful fundamental principles, incorporates the atomic nature of matter throughout, and includes an introduction to computational physics, in which students write programs in VPython to predict motion and to visualize fields. At this URL you'll find a bunch of VPython lecture demo programs useful in teaching introductory physics.

[http://physics.syr.edu/~salgado/software/vpython/ Physics Applications] by Rob Salgado. Includes an extensive list of links to projects using VPython.

[http://lurbano-5.memphis.edu/GeoMod/index.php/Main_Page Earth Science Applications] created by Lensyl Urbano and students at the University of Memphis. It includes [http://lurbano-5.memphis.edu/GeoMod/index.php/Main_Page#Interactive_Educational_Models Educational models] (some adapted from [http://www4.ncsu.edu/~rwchabay/mi/ Matter & Interactions] to add interactivity) as well as, python models that use Vpython for runtime visualization in [http://lurbano-5.memphis.edu/GeoMod/index.php/Main_Page#Python_models active research] and an [http://lurbano-5.memphis.edu/GeoMod/index.php/Introduction_to_Modeling introductory, computer modeling class].

VPython FAQ

This could also be moved to its own page if it grows unwieldy.

[http://www.archive.org/search.php?query=subject%3A%22vpython%22 VPython video tutorials] by Erik Thompson (archived at archive.org)

Transparency

If you want to try something experimental, check out the "vpython-core2" module from CVS. Objects support transparency by setting color to an rgba 4-tuple, or by setting object.alpha to some value. --2005-02-26 05:57 Jonathan Brandmeyer

Jonathan has now made a [http://sourceforge.net/projects/visualpython beta release]. He supports not only transparency but also surface textures and sophisticated lighting.


CategoryPyGUI

VPython (last edited 2014-03-30 00:02:54 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.