00001 /*! \mainpage 00002 * 00003 * \image html madbutterfly.png 00004 * 00005 * MadButterfly ( http://www.assembla.com/spaces/MadButterfly) is a toolkit 00006 * for GUI environment. It is designed for embedded 00007 * system. It make GUI designers and programmers work seperately. Designer 00008 * export their artifacts to files with SVG format. MadButterfly provides 00009 * a tool to translate graphics in SVG into C code and a framework that 00010 * programmer can manipulate graphics. It works like a Javascript programmer 00011 * to manipulate DOM object. Programmers using MadButterfly manipulate 00012 * objects corresponding to SVG tags to interact with users of application. 00013 * 00014 * \section SVG What is SVG? 00015 * SVG is a W3C standard, you can find it at 00016 * http://www.w3.org/Graphics/SVG/ . MadButterfly implements SVG Tiny 1.2, 00017 * at http://www.w3.org/TR/SVGMobile12/ . SVG is a vector graphics file 00018 * format with XML techinology. Major browsers, except IE, support to view 00019 * SVG files. SVG graphics can also be embedded in HTML pages. Another 00020 * project, MadSwatter; brother of MadButterfly, is running on Firefox 00021 * as a platform and using SVG techinology to construct it's functions. 00022 * (see, http://www.assembla.com/spaces/MadSwatter ) 00023 * 00024 * Inkscape is an open source project to provide a vector graphics editor. 00025 * Inkscape saves graphics in SVG format. You can use it to design your 00026 * graphics that can be used with MadBufferfly. 00027 * 00028 * \section more More 00029 * - \ref install 00030 * - \ref first_program 00031 * - \ref mb_clutter 00032 * - \ref archi 00033 * - \ref ani 00034 * - More information in "Related Pages" tab. 00035 * 00036 * \section repos Repository 00037 * - hg clone http://hg.assembla.com/MadButterfly MadButterfly 00038 * 00039 */