dougsharp Site Admin

Joined: 16 Feb 2007 Posts: 192
|
Posted: Sat Oct 13, 2007 12:25 am Post subject: Format of the ChipWit file |
|
|
ChipWit files are in XML format. Their file extension is ".chipwit" ;^}
Here is a small ChipWit file for Kbot, a one-chip keyboard driven 'Wit:
<chipwit>
--<parts>
----<shoes>blue</shoes>
----<glasses>orange</glasses>
----<body>purple</body>
--</parts>
--<panels>
----<panel name="main">
------<chip col="0" row="0">
--------<op>skate</op>
--------<arg>arrowkey</arg>
------</chip>
----</panel>
--</panels>
</chipwit>
I'll talk about this format later this week. It's pretty easy to read. |
|