File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ you'll need to install tkinter for your platform
23233 . Download/clone this git repository
24244 . install the required packages: * pip install -r requirements.txt*
2525
26- note 1: I have not tested the install on other systems. Let me know if there's an issue:
26+ note 1: I have not tested the install on other systems. Let me know if there's an issue.
27+
2728note 2: It is better form to put it in it's own virtual environment. See various web tutorials on how to do that.
2829
2930## Running the code
@@ -32,7 +33,18 @@ The easiest with to run the program is to use the GUI:
3233
3334![ GUI] ( images/gui.png )
3435
35- python rt_gui.py
36+ type: *python rt_gui.py*
37+
38+ Then Click on the * start* button to start the rendering. The image will be saved in the current working directory
39+ as * rt.png* (unless changed by the IMAGE_FILENAME environment variable.)
40+
41+ note: There are a lot of features that could be added to the GUI. Top of the list is to set the scene file from a
42+ command line option or menu item. For now it is hard-coded in the code. To change the scene, set the
43+ CREATOR_FUNC variable:
44+
45+ CREATOR_FUNC = create_canonical_1
46+
47+ There are several sample scene files in * create_scene_funcs.py* .
3648
3749The program can be run from the command line with:
3850
You can’t perform that action at this time.
0 commit comments