1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-08-16 00:20:23 +03:00

Update README.md

This commit is contained in:
Yuri Strot 2016-09-23 20:30:49 +07:00 committed by GitHub
parent 2ec1fba575
commit be9f26903f

View File

@ -26,7 +26,7 @@ class MyView: MacawView {
}
```
<img src="https://www.dropbox.com/s/o4xe3eezk4zv901/macaw-readme-001.png?dl=1" width="450">
<img src="https://www.dropbox.com/s/o4xe3eezk4zv901/macaw-readme-001.png?dl=1" width="475">
#### It has SVG support
@ -42,13 +42,13 @@ class SVGView: MacawView {
}
```
<img src="https://www.dropbox.com/s/p84o7komopmb2yn/macaw-howto-004.png?dl=1" width="450">
<img src="https://www.dropbox.com/s/p84o7komopmb2yn/macaw-howto-004.png?dl=1" width="475">
#### It's powerful
Affine transformations, user events, animation and various effects to build beautiful apps with Macaw:
<img src="https://www.dropbox.com/s/l4di5aswo28ksix/periodic.gif?dl=1" width="508">
<img src="https://www.dropbox.com/s/b6lspzzqa80ielk/periodic-ipad.gif?dl=1" width="600">
Take a look at [getting started guide](https://github.com/exyte/Macaw/wiki/Getting-started) to learn more.