20,741
edits
| Line 133: | Line 133: | ||
Wildfire-dialog-via-pui2canvas.png|Procedurally created [[Wildfire simulation|wildfire]] UI dialog that is rendered using the [[Howto:Processing legacy PUI dialogs using Canvas|pui2canvas parser]] | Wildfire-dialog-via-pui2canvas.png|Procedurally created [[Wildfire simulation|wildfire]] UI dialog that is rendered using the [[Howto:Processing legacy PUI dialogs using Canvas|pui2canvas parser]] | ||
View-dialog-comparison-pui2canvas.png|side-by-side comparison pui vs. pui2canvas for view.xml dialog <ref>https://forum.flightgear.org/viewtopic.php?f=71&p=289322#p289321</ref> | View-dialog-comparison-pui2canvas.png|side-by-side comparison pui vs. pui2canvas for view.xml dialog <ref>https://forum.flightgear.org/viewtopic.php?f=71&p=289322#p289321</ref> | ||
Pui2canvas dialog served via httpd.png|FlightGear [[PUI]] XML dialog rendered via [[Pui2canvas]] and [[Read canvas image by HTTP|served via httpd]] to a running firefox instance. | |||
</gallery> | </gallery> | ||
As of 10/2015, a simple framework is being prototyped to serve as a proof-of-concept and demonstrate how existing PUI dialogs can be processed by a parser written in Nasal, which turns PUI/XML markups into the corresponding Canvas widgets/properties. | As of 10/2015, a simple framework is being prototyped to serve as a proof-of-concept and demonstrate how existing PUI dialogs can be processed by a parser written in Nasal, which turns PUI/XML markups into the corresponding Canvas widgets/properties. | ||