20,741
edits
Line 211: | Line 211: | ||
Ultimately, it would be up to the client-side to determine if and how to deal with such a streamed SVG, so that even a remote FlightGear instance could simply decide to render a corresponding SVG in a master/slave fashion. | Ultimately, it would be up to the client-side to determine if and how to deal with such a streamed SVG, so that even a remote FlightGear instance could simply decide to render a corresponding SVG in a master/slave fashion. | ||
== Mongoose/httpd Integration == | |||
The next step is actually registering our new serialization scheme as a streaming service with the built-in mongoose httpd server, so that a browser (or Python script) can request a certain Canvas (by index) specifying <code>type=svg/xml</code> obtaining a corresponding image. Once that is working, we can look at supporting streaming SVGs. | |||
== Related == | == Related == |