skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Enhancement: Organizing the code into seperately .hpp #88

Closed AKMaily closed 3 months ago

AKMaily commented 4 months ago

Because currently almost all functions are in the main.cpp, I will externalize the individual menus mentioned in the OmniView-product-Vision document into separate .hpp files. Furthermore, a dedicated Style.hpp will be created to implement only the settings for styling the individual menus. This is intended to achieve better clarity and structure for the program. To keep the restructuring organized, a separate commit will be created for each menu.