-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSTALL
21 lines (15 loc) · 773 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
To run the (very) basic demo:
Get VPython (free) at http://vpython.org. The pangaia project uses
python v2.7 so don't get the version for PythonV3. Python is already
included with VPython.
Enter the install directory and start VIDLE. In VIDLE, select File
and Open the file demo.py located in the SocietyOfMind directory.
You should see the source code of demo.py. Hit F5 or Run -> Run Module.
A screen of random nodes should show up on the screen. Click on a dark area
to add a light source which should light up the scene more. Zoom (Alt-Left mouse)
and rotate (right-mouse) around to get the full effect.
Various parameters at the top of the source code can be changed to play
around.
Feedback to dreamingforward@gmail.com. Thanks!!
Mark
pangaia.sf.net