π§Demo Project
Getting started with the echo3D Python SDK.
Open a terminal.
cd
to the directory of the cloned repository from GitHub.Make sure that
Python 3.8.16
is properly installed by running the command:
You can also check if vedo
and pyrender
are installed by running the command:
Run the command:
where [API_KEY]
is your echo3D API key, and [SECURITY_KEY]
is your security key.
A prompt showing a list of available 3D models will appear.
Enter an integer number to choose which 3D models to retrieve and render.
A new window will pop up displaying the rendered 3D model.
All done! π
Last updated