BinghamtonRover / BurtOS-2

Base station/rover computer apps and libraries for the Binghamton University Rover Team
3 stars 0 forks source link

Custom Windows for Base Station Graphics Modules #8

Closed superdan-t closed 2 years ago

superdan-t commented 2 years ago

Main Objective

Create the window type we will use to add modular elements to the base station. We want the base station graphics elements to be contained in modular windows that we can reconfigure at runtime. This includes moving, resizing, opening, and closing them.

Design

Consider whether it is better to modify NanoGUI directly or write extra code to run with it. If building our own code, we can still copy entire files from NanoGUI and modify them. If modifying NanoGUI is easiest, we can fork their repository and add that one as a submodule.

Requirements

Timeline and Next Steps