SciKit-Surgery / scikit-surgerybard

BARD: The Basic Augmented Reality Demo, used at MedICSS summer school.
https://scikit-surgerybard.readthedocs.io/
Other
6 stars 2 forks source link

Move away from PySide user interface #77

Open thompson318 opened 2 years ago

thompson318 commented 2 years ago

Discussed at dev. meeting 07/01/2021. We want to allow BARD to be usable as an example of how to build a augmented reality application using SciKit-Surgery. This issue is to investigate other options for the UI as we don't like PySide anymore.

thompson318 commented 2 years ago

Step 1: Investigate basic architecture options. We discussed doing AR in the browser using js and vtk.js. For BARD we need to interface with scikit-surgery[aruco/ndi]tracker. How do we do this?