On 13/06/07, <b class="gmail_sendername">Buddy</b> &lt;<a href="mailto:buddy.baars@gmail.com">buddy.baars@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 6/13/07, Emre Turkay &lt;<a href="mailto:emreturkay@gmail.com">emreturkay@gmail.com</a>&gt; wrote:<br>&gt; On 6/12/07, Tim Newsom &lt;<a href="mailto:cephdon@gmail.com">cephdon@gmail.com</a>&gt; wrote:<br>&gt; &gt; This is where XAML or XUL are particularly suited.
<br>&gt; &gt; The idea is that the UI will be mostly svg commands or in some cases<br>&gt; &gt; images.. But rendered completely by the engine.&nbsp;&nbsp;Look up what you get<br>&gt;<br>&gt; Loading the burden of SVG rendering to the run-time, for a very static
<br>&gt; environment like a mobile platform (you don&#39;t plug a screen with a<br>&gt; different resolution to your cell phone generally) IMHO not a very<br>&gt; good idea. They may be vector graphics at the development phase but
<br>&gt; they should be compiled (translated into bitmap) before deployed onto<br>&gt; the real device.<br></blockquote><div><br>I agree totally about images. However, as I understand it the SVG spec is for far more than drawing pretty pictures. It also allows the embedding of these generated images.
<br><br>I was fingering SVG as a potential candidate to entirely separate the application UI from the back end (html/ajax has been suggested elsewhere but I think SVG would be far better)<br><br>If the application is then used on a different form factor device you can simply produce a new SVG file. All the UI script and images are linked to the SVG.
<br><br>This also gives us a nice separation of people who are good at making things look good and those of us who know the loop preconditions / postconditions without even thinking.<br><br>If openmoko is to deal with multiple different devices/resolutions this will be a key feature.
<br><br>-Pete<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; My motivation is, why should we decrease the performance to get the
<br>&gt; same effects, both for UI eye-candy and usefulness?<br>&gt;<br>&gt; emre<br>&gt;<br><br>SVG can be used for scaling with same resolution and the average<br>filesize will be very small<br><br>_______________________________________________
<br>OpenMoko community mailing list<br><a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br><a href="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community
</a><br></blockquote></div><br>