varun7654 / AutoBuilder

A gui tool for graphically designing and testing autos in FRC
GNU General Public License v3.0
31 stars 2 forks source link

Disable continuous rendering #17

Closed varun7654 closed 2 years ago

varun7654 commented 2 years ago

This would save battery life on laptops by only rendering when something is changing on the screen.

TODO:

  1. Figure out how this will work with the real-time path preview. (Will probably require moving all NT stuff to another thread and having that thread request rendering when something changes)
  2. Fix holding down keys in the textbox not working.