JohnMarzulli / StratuxHud

Heads Up Display for use with Stratux. Designed for reflective HUD screens, intended for traffic call outs.
https://johnmarzulli.github.io/StratuxHud/
GNU Lesser General Public License v3.0
120 stars 22 forks source link

Perf boost #21

Closed JohnMarzulli closed 5 years ago

JohnMarzulli commented 5 years ago

Includes a number of improvements to the base system.

  1. Updates the boot screen to have a disclaimer.
  2. Starts a version numbering system.
  3. Reduces the number of socket resets between the HUD and the GDL90/Stratux
  4. Implements a number of performance changes and increases the reduce the render time for all elements.
  5. Improves the threading model, and in some places double buffers results, so the rendering thread is not waiting on the updates nearly as much.