Unifying the 2D rendering backend via canvas: Difference between revisions

Jump to navigation Jump to search
Line 25: Line 25:
* HUD: https://gitorious.org/fg/flightgear/trees/next/src/Instrumentation/HUD
* HUD: https://gitorious.org/fg/flightgear/trees/next/src/Instrumentation/HUD
* 2D PANEL: https://gitorious.org/fg/flightgear/blobs/next/src/Cockpit/
* 2D PANEL: https://gitorious.org/fg/flightgear/blobs/next/src/Cockpit/
* GUI: https://gitorious.org/fg/flightgear/blobs/next/src/GUI/FGPUIDialog.cxx#line709
* GUI: https://gitorious.org/fg/flightgear/blobs/next/src/GUI/FGPUIDialog.cxx#line709 (currently in progress, see [[Canvas Widgets]])


Note that the API-requirements will be pretty much identical for GUI widgets and MFD-screens with touch screen functionality, both features will need a way to deal with keyboard/mouse input.
Note that the API-requirements will be pretty much identical for GUI widgets and MFD-screens with touch screen functionality, both features will need a way to deal with keyboard/mouse input.

Navigation menu