Command-line tool for NDI Polaris marker fixture generation.
- Show attributes of existing NDI Polaris ROM files (can be generated by 6D architect)
- Generate OpenSCAD files from NDI Polaris ROMs
- Generate ROMs from JSON definition files
It might be convenient for you to first create a virtual environment for this project, in which its dependencies can be installed easily:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
Once all this is set, you can use
python3 run.py inspect <ROM.rom>
on an existing ROM file to show its content.
To generate a scad model, use:
python3 run.py export <ROM.rom> -o <OUTPUT.scad>