Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 894 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 894 Bytes

Polaris Marker Generator

Command-line tool for NDI Polaris marker fixture generation.

GitHub Actions Workflow Status

Features

  • Show attributes of existing NDI Polaris ROM files (can be generated by 6D architect)
  • Generate OpenSCAD files from NDI Polaris ROMs

Planned

  • Generate ROMs from JSON definition files

Usage

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>