ecookbook restoring the folders for testing...
This commit is contained in:
parent
0574702876
commit
9f40a47d30
109 changed files with 0 additions and 0 deletions
18
docs/eCookbook/graph-element/utah-teapot.md
Normal file
18
docs/eCookbook/graph-element/utah-teapot.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
## Utah Teapot - Using a `Graph` Element
|
||||
|
||||
https://en.wikipedia.org/wiki/Utah_teapot
|
||||
|
||||
To quote from the Wikipedia page:
|
||||
> The Utah teapot, or the Newell teapot, is a 3D test model that has become a
|
||||
> standard reference object and an in-joke within the computer graphics community.
|
||||
> "Using a teapot model is considered the 3D equivalent of a "Hello, World!" program"
|
||||
|
||||
This PySimpleGUI program originated from GitHub user [EdwardChamberlain](https://github.com/EdwardChamberlain/) who has given permission for it to be used here in the PySimpleGUI eCookbook. Thank you Edward!!
|
||||
|
||||
This is a link to the GitHub repo where you'll find the latest version of the project:
|
||||
[PySimpleGUI-3D-Viewer](https://github.com/EdwardChamberlain/PySimpleGUI-3D-Viewer)
|
||||
|
||||
You can rotate the object using the top-most slider labelled "R" or you can use your mouse to rotate it by dragging your mouse (hold the left mouse button while dragging) in the Graph area.
|
||||
|
||||
|
||||
<iframe src='https://trinket.io/embed/pygame/5cb3229fe8?start=result' width='100%' height='600' frameborder='0' marginwidth='0' marginheight='0' allowfullscreen></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue