Mercurial > MadButterfly
comparison README.h @ 101:d6f9af55b0d0
More documentation.
1. main page
2. copyright
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 10 Sep 2008 13:35:56 +0800 |
parents | |
children | 19f09c343dcc |
comparison
equal
deleted
inserted
replaced
100:1a1dda98730c | 101:d6f9af55b0d0 |
---|---|
1 /*! \mainpage | |
2 * | |
3 * \image html madbutterfly.png | |
4 * | |
5 * MadButterfly ( http://www.assembla.com/spaces/MadButtefly) is a toolkit | |
6 * for GUI environment. It is designed for embedded | |
7 * system. It make GUI designers and programmers work seperately. Designer | |
8 * export their artifacts to files with SVG format. MadButterfly provides | |
9 * a tool to translate graphics in SVG into C code and a framework that | |
10 * programmer can manipulate graphics. It works like a Javascript programmer | |
11 * to manipulate DOM object. Programmers using MadButterfly manipulate | |
12 * objects corresponding to SVG tags to interact with users of application. | |
13 * | |
14 * \section SVG What is SVG? | |
15 * SVG is a W3C standard, you can find it at | |
16 * http://www.w3.org/Graphics/SVG/ . MadButterfly implements SVG Tiny 1.2, | |
17 * at http://www.w3.org/TR/SVGMobile12/ . SVG is a vector graphics file | |
18 * format with XML techinology. Major browsers, except IE, support to view | |
19 * SVG files. SVG graphics can also be embedded in HTML pages. Another | |
20 * project, MadSwatter; brother of MadButterfly, is running on Firefox | |
21 * as a platform and using SVG techinology to construct it's functions. | |
22 * (see, http://www.assembla.com/spaces/MadSwatter ) | |
23 * | |
24 * Inkscape is an open source project to provide a vector graphics editor. | |
25 * Inkscape saves graphics in SVG format. You can use it to design your | |
26 * graphics that can be used with MadBufferfly. | |
27 */ |