Links
🔧

Demo Project

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