<div dir="ltr">Hi all,<br><br>I have been working on SVG based GUI design for past few months. At Maemo summit I showed the demo of my SVG based GUI apps to some of you. I was delighted by the positive response. I am glad to announce version 0.1 of the SVG based GUI framework &quot;Inkface&quot;. <br>
<br>With this framework, you can design beautiful GUIs in an Image editor like Inkscape and glue it with your application logic in python. Moreover changing the GUIs is just a matter of replacing the input SVG file.<br><br>
Check out this demo <a href="http://blip.tv/file/1355876">video</a>.<br clear="all"><br>If you want to try these applications yourself:<br><ul><li>Install the .deb packages (<a href="http://altcanvas.googlecode.com/files/libaltsvg_0.1.0_armel.deb">libaltsvg</a>, <a href="http://altcanvas.googlecode.com/files/inkface-python_0.1.0_armel.deb">inkface-python</a>) (for diablo)<br>
</li><li>Download and execute the python scripts: Keyboard (<a href="http://altcanvas.googlecode.com/svn-history/r635/trunk/inkface/tests/inkface-keyboard.py">.py</a> <a href="http://altcanvas.googlecode.com/svn-history/r635/trunk/inkface/tests/data/keyboard-entry.svg">.svg</a>) IRC (<a href="http://altcanvas.googlecode.com/svn-history/r635/trunk/inkface/tests/inkface-irc.py">.py</a> <a href="http://altcanvas.googlecode.com/svn-history/r635/trunk/inkface/tests/data/irc.svg">.svg</a>)<br>
</li></ul><pre># Install Inkface libraries<br>dpkg -i libaltsvg_0.1.0_armel.deb inkface-python_0.1.0_armel.deb<br><br># Keyboard demo<br>python inkface-keyboard.py keyboard-entry.svg<br><br># IRC demo<br>python inkface-irc.py irc.svg<br>
</pre><br>Check out<br>Project wiki: <a href="http://code.google.com/p/altcanvas/wiki/InkFace">Inkface</a><br>More background on project is available <a href="http://jyro.blogspot.com/2008/09/inkface-svg-based-gui-design.html">here</a>.<br>
<br>All ears for the feedback!<br><br>Thanks!<br>-- <br>---<br>Jayesh<br>
</div>