comparison dox/MadButterfly_Clutter.h @ 104:98c83441d7d6

-
author Thinker K.F. Li <thinker@branda.to>
date Thu, 11 Sep 2008 09:14:58 +0800
parents
children 8d97455811a8
comparison
equal deleted inserted replaced
103:19f09c343dcc 104:98c83441d7d6
1 /*! \page mb_clutter What is MadButterfly different from Clutter.
2 *
3 * Maybe some people would ask, "why don't you just use Clutter?"
4 * The anwser is the author of MadButterfly know name of Clutter,
5 * but he don't know what is Clutter exactly when he start the project.
6 * The author of MadButterfly is some kind of cowboy, he make things
7 * just because he have some ideas. Actually, he know what Clutter
8 * just one week after starting the project. Some guy send him a
9 * video from Andre Schmidt. Andre implements a software to control
10 * volumne of sound card as a concept proving for idea of using
11 * SVG as a media to connect UI designers and application programmers.
12 * The work of Andre is based on Clutter. It is first time the author
13 * of MadButterfly know what Clutter is exactly.
14 *
15 * Although, they are so similar. We can also find some thing different.
16 * Clutter is heavily depend on OpenGL/OpenGL ES. Most embedded systems
17 * do not have OpenGL included. MadButterfly have a static/compile time
18 * SVG to C translator. MadButterfly is focus on implementing mechanism
19 * to adapt SVG to C and other languages. Clutter is about more and more
20 * heavy.
21 */