🔧
Demo Project
Getting started with the echo3D Python SDK.
- 1.Open a terminal.
- 2.
- 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
- 3.Run the command:
python main.py [API_KEY] [SECURITY_KEY]
- 4.A prompt showing a list of available 3D models will appear.
- 5.Enter an integer number to choose which 3D models to retrieve and render.
- 6.A new window will pop up displaying the rendered 3D model.
All done! 🎉
Last modified 30d ago