Yuxiang-Ma / 2.12-Hololens2

Unity project for Hololens2
1 stars 0 forks source link

[Refactoring] Generate and display a single image #8

Closed young-j-park closed 1 year ago

young-j-park commented 1 year ago

I realized there are like 10 variables we need to display on to the screen. I think loading images separately is inefficient. Instead I will do:

  1. [Python] Load all data and generate a single image that contains all the information.
  2. [Unity] Display the image.