본문 바로가기
Python Library/VPython

[VPython] Sharing / Backup

by goatlab 2022. 1. 18.
728x90
반응형
SMALL

Sharing

 

 

편집 모드에서 프로그램을 공유하려면 맨 위에 있는 프로그램 공유 또는 내보내기를 클릭한다. 세 가지 옵션이 있다.

 

1. 하단의 입력란에 HTML 및 Javascript 코드를 복사하여 웹 사이트 코드에 붙여넣는다. Bithub Pages는 이 코드를 호스팅할 수 있는 자유 플랫폼이다.

 

 

2. 다시 Edit this Program으로 돌아가서 프로그램을 실행한다. 프로그램이 공용 폴더에 있으면 프로그램을 실행하는 페이지의 URL을 직접 공유할 수 있다.

 

3. HTML의 iframe을 사용하여 프로그램을 실행하는 페이지를 직접 웹 사이트에 포함할 수 있다.

 

<iframe src="glowscript.org/<program url>" width="320"
height="340"></iframe>

 

Backup

 

 

구글 계정에 연결된 프로그램은 Glowscript의 서버에 저장되지만, 만약을 위해 python 코드를 백업할 수도 있다.

 

컴퓨터나 클라우드에 있는 프로그램을 백업하기 위해서는, 프로그램 페이지를 편집하기 위해 가서 다운로드 버튼을 클릭하면, python 파일(.py)이 다운로드 될 것이다. 이것은 파일을 안전하게 저장한다.

 

.py 파일을 glowscript.org에 다시 업로드하려면 .py 코드를 빈 Glowscript 프로그램에 복사한다. 그런 다음 vpython import *에서 를 제거하고 GlowScript 3.0 VPython 앞에 있는 #를 제거한다.

 

Examples

 

https://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/

 

GlowScript IDE

VPython is an easy-to-use, powerful environment for creating 3D animations. Here at glowscript.org (or webvpython.org, which takes you here), you can write and run VPython programs right in your browser, store them in the cloud for free, and easily share t

www.glowscript.org

 

 

 

728x90
반응형
LIST

'Python Library > VPython' 카테고리의 다른 글

Web VPython  (0) 2022.07.06
[VPython] Trajectory  (0) 2022.01.20
[VPython] Miscellaneous (3)  (0) 2022.01.18
[VPython] Miscellaneous (2)  (0) 2022.01.18
[VPython] Miscellaneous (1)  (0) 2022.01.18