ProjectNeura / LEADS

Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.
https://leads.projectneura.org
Apache License 2.0
257 stars 54 forks source link

Move `leads_gui.Config` to `leads_vec.Config` to Deallocate Resources #345

Closed ATATC closed 4 months ago

ATATC commented 4 months ago

Lots of modules in fact do not need GUI components. However, they usually do rely on leads_gui.Config. Importing from leads_gui implicitly loads a lot of GUI resources that are not asked for.