kwahoo2 / freecad-xr-workbench

Virtual Reality (OpenXR) workbench for FreeCAD written in Python
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Add package.xml so this workbench can be added to Addon Manager #1

Closed luzpaz closed 1 month ago

luzpaz commented 1 month ago

https://wiki.freecad.org/Package_Metadata#Examples

What are the 3rd party dependencies? (Both optional and mandatory)

kwahoo2 commented 1 month ago

Thank you for the info.

I added the package.xml file. Required are python packages: pyopenxr and (downloaded as dependency) PyOpenGL. There is also needed some OpenXR runtime, but this cannot be installed automatically.