|
From: James T. <ja...@fl...> - 2021-06-07 11:11:20
|
> On 6 Jun 2021, at 02:29, Patrick Callahan <pat...@gm...> wrote: > > Would it help if there were something within FlightGear C++ namespace capable of representing the full range of xml+nasal gui structure, that could then be bound to an actual gui subsystem, be it qt, within the flightgear window, phi in the browser, or some completely separate node or other web engine based thingy accessed through a browser. > > Do we need Flightgear classes to sit between the XML/Nasal expression of GUI artifacts and a gui library or libraries of various flavors? That’s more or less what I’m working on at the moment: some ‘PUICompat’ classes which hold/own/represent the GUI state in C++, but which can be used with Nasal CppBind. And of course we could indeed expose those to any of the places you suggest. Kind regards, James |