|
the idō pet allows you to track idō's task progress while working in another tab or viewing results in your modeling software |
Install
Requires Python 3.11+ and an OPENAI_API_KEY
git clone https://github.com/v1shay/ido3d
cd ido3D
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -e ".[dev]"
export OPENAI_API_KEY=sk-...
idoOpen http://127.0.0.1:8010.
Blender setup
cd adapters/blender
zip -r ../../ido_blender.zip ido_blender
cd ../..
ido serveIn Blender:
- Open
Edit -> Preferences -> Add-ons - Install
ido_blender.zip - Press
Nin the 3D View - Open the
idōtab - Use
http://127.0.0.1:8010as the backend
Prompt from the CLI:
ido prompt --tool blender "make a small cabin"OpenSCAD setup
Install OpenSCAD and make sure openscad is on your PATH
ido open openscad
ido prompt --tool openscad "make a bracket with two mounting holes"Outputs are written to ~/.ido/projects/default
Command
ido # open the local app
ido serve # run the API
ido status # check runtime status
ido reset # clear generated files
















