<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>ZX-81's web site</title>
    <link>http://zx81.zx81.free.fr/serendipity/</link>
    <description>My little place on the web...</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:zx81.zx81@free.fr" />
    <generator>Serendipity 0.7.1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 05 Aug 2010 20:48:01 GMT</pubDate>

    <image>
        <url>http://zx81.zx81.free.fr/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: ZX-81's web site - My little place on the web...</title>
        <link>http://zx81.zx81.free.fr/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>
<item>
    <title>Here is a linux SDK for the Wiz </title>
    <link>http://zx81.zx81.free.fr/serendipity/index.php?/archives/443-Here-is-a-linux-SDK-for-the-Wiz.html</link>
<category>SDK</category>    <comments>http://zx81.zx81.free.fr/serendipity/index.php?/archives/443-Here-is-a-linux-SDK-for-the-Wiz.html#comments</comments>
    <wfw:comment>http://zx81.zx81.free.fr/serendipity/wfwcomment.php?cid=443</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://zx81.zx81.free.fr/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=443</wfw:commentRss>
    <author>zx81.zx81@gmail.com (zx-81)</author>
    <content:encoded>
&lt;img src=&quot;http://zx81.zx81.free.fr/images/c++.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;br /&gt;
Some of you asked me for a tar ball of the SDK i use for my Wiz developments &amp;amp; ports.&lt;br /&gt;
So here is my SDK for fedora core (but it should work for other linux distro) :&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.easy-share.com/1911791222/wizdev-20100805.tar.bz2&quot;&gt;wizdev-20100805.tar.bz2&lt;/a&gt; or  &lt;a href=&quot;http://dl.free.fr/bOcqho8r8&quot;&gt;wizdev-20100805.tar.bz2&lt;/a&gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
This package is a bit old (it doesn't include latest SDL lib versions etc ...) but it should be good enough to start.&lt;br /&gt;
&lt;br /&gt;
You may add the following lines in your bashrc :&lt;br /&gt;
export OPENWIZ=/usr/local/wizdev&lt;br /&gt;
export WIZDEV=$OPENWIZ&lt;br /&gt;
export PATH=${PATH}:${OPENWIZ}/bin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hope that helps, &lt;br /&gt;
&lt;br /&gt;
                    Zx&lt;br /&gt;
&lt;br /&gt;
If you want to discuss on this package you can do it here :&lt;br /&gt;
My forum on &lt;a href=&quot;http://zx81.dcemu.co.uk&quot;&gt;dcemu network&lt;/a&gt; or &lt;a href=&quot;http://www.gp32x.com/&quot;&gt;http://www.gp32x.com/&lt;/a&gt;.    </content:encoded>
    <pubDate>Thu, 05 Aug 2010 21:14:57 +0200</pubDate>
    <guid>http://zx81.zx81.free.fr/serendipity/index.php?/archives/443-guid.html</guid>
    </item>
<item>
    <title>Wiz SDL : Simple SDL Touch screen program for Wiz </title>
    <link>http://zx81.zx81.free.fr/serendipity/index.php?/archives/381-Wiz-SDL-Simple-SDL-Touch-screen-program-for-Wiz.html</link>
<category>Development</category>    <comments>http://zx81.zx81.free.fr/serendipity/index.php?/archives/381-Wiz-SDL-Simple-SDL-Touch-screen-program-for-Wiz.html#comments</comments>
    <wfw:comment>http://zx81.zx81.free.fr/serendipity/wfwcomment.php?cid=381</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://zx81.zx81.free.fr/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=381</wfw:commentRss>
    <author>zx81.zx81@gmail.com (zx-81)</author>
    <content:encoded>
&lt;img src=&quot;http://zx81.zx81.free.fr/images/c++.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
For those who wonder how to use the Wiz touch screen with SDL, here is a simple program i've developped before porting &quot;Wiz Write&quot;, in order to test the touch screen.&lt;br /&gt;
&lt;br /&gt;
This simple test program use virtual keyboard images based on Danzeff keyboard i've used on PSP. &lt;br /&gt;
Using the touch screen you can click on the letter you want, and drawing a line vertically or horizontally (on the virtual keyboard screen) you can navigate between the different keyboard panels.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://zx81.zx81.free.fr/public/wiz/wizdev/sdltest-v1.0.2-src.zip&quot;&gt;here it is&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It's distributed under GNU licence and virtual keyboard images are based on Danzeff keyboard.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;This is a very simple example, it's only for coders, so no need to publish this stuff on your forums &lt;img src=&quot;http://zx81.zx81.free.fr/serendipity/templates/default/img/emoticons/wink.png&quot; alt=&quot;;)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; !!!&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Hope that helps,&lt;br /&gt;
&lt;br /&gt;
Zx    </content:encoded>
    <pubDate>Mon, 07 Sep 2009 23:35:05 +0200</pubDate>
    <guid>http://zx81.zx81.free.fr/serendipity/index.php?/archives/381-guid.html</guid>
    </item>
</channel>
</rss>
