Skip to content

Commit ceaa9d1

Browse files
authored
Merge pull request #102 from weihsinyeh/docs
Update README with TinyVG support info
2 parents aa70386 + 3a01f1b commit ceaa9d1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ interesting challenges for graphical system design and implementation.
1313
To address these challenges, `Mado` has been developed. Drawing from ideas used
1414
in modern window systems for larger environments, `Mado` provides overlapping
1515
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.
2123

2224
`Mado` is a continuation of the work on [TWIN](https://keithp.com/~keithp/talks/twin-ols2005/),
2325
originally developed by Keith Packard. 'Mado' means 'window' in the language of

0 commit comments

Comments
 (0)