Go to
webvpython.org and create a free account.
You should see the sentence “You are signed in as <yourusername> and your programs are here." Click on "here”.
You will see two empty folders, "MyProgams" and "Private", and you are in the MyPrograms folder. If you want a program to not be viewed or run by others, choose the Private folder.
Click on “Create New Program”. Name it “test”. You will see this line:
GlowScript 3.2 VPython
Click in the edit area and add this statement on the second line:
box()
Click "Run this program". You will see a white box on a black background.
Use the right mouse button (or Ctrl-drag left button) to rotate the camera to view the scene from different angles.
To zoom in and out use two buttons (or Alt/Option-drag or scroll wheel).
To pan, Shift-drag.
Touch screen: swipe or two-finger rotate; pinch/extend to zoom.
While at glowscript.org, click "Help" for full documentation of VPython.
Important keyboard shortcuts:
Ctrl-1 (Cmd-1 on Mac) runs the program.
Ctrl-2 (Cmd-2 on Mac) runs in a separate window;
pressing again reruns the program in the separate window.
Ctrl-/ (Cmd-/ on Mac) toggles commenting the selected lines in or out.
Use Tab or Shift-Tab to indent or unindent selected lines.
You can share links to programs in a Public folder, and you can export compiled programs to insert into your own web pages.