@@ -13,11 +13,13 @@ interesting challenges for graphical system design and implementation.
13
13
To address these challenges, ` Mado ` has been developed. Drawing from ideas used
14
14
in modern window systems for larger environments, ` Mado ` provides overlapping
15
15
translucent windows, anti-aliased graphics, drop shadow, animations, and scalable
16
- fonts within a memory budget of several kilobytes. ` Mado ` embeds window management
17
- directly into the toolkit, supporting resizing, moving, and minimizing without
18
- external control. The toolkit automatically constructs suitable decorations for
19
- each window as regular toolkit objects, and the normal event dispatch mechanism
20
- directs window management activities.
16
+ fonts within a memory budget of several kilobytes. ` Mado ` also supports
17
+ [ TinyVG] ( https://tinyvg.tech/ ) , enabling efficient rendering of vector graphics
18
+ with a minimalistic set of drawing functions, without compromising visual quality.
19
+ ` Mado ` embeds window management directly into the toolkit, supporting resizing,
20
+ moving, and minimizing without external control. The toolkit automatically
21
+ constructs suitable decorations for each window as regular toolkit objects, and
22
+ the normal event dispatch mechanism directs window management activities.
21
23
22
24
` Mado ` is a continuation of the work on [ TWIN] ( https://keithp.com/~keithp/talks/twin-ols2005/ ) ,
23
25
originally developed by Keith Packard. 'Mado' means 'window' in the language of
0 commit comments