BinghamtonRover / BurtOS-2

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

Refactor base station session and screen management #39

Closed superdan-t closed 2 years ago

superdan-t commented 2 years ago

Summary

Closes #32. The base station no longer manages GLFW itself but relies on NanoGUI to initialize and manage screens. This has greatly reduces the complexity involved in setting up a screen. This refactoring added some new features, like multi-screen support and basic keyboard event handling.

New features