Update README.md

+ Practices: Tizen, Rive
This commit is contained in:
Hermet Park 2021-05-01 23:50:07 +09:00 committed by GitHub
parent 379b46f4e0
commit 89e712fd2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,6 +181,27 @@ And here is the result.
<img width="300" height="300" src="https://github.com/Samsung/thorvg/blob/master/res/example_tiger.png">
</p>
[Back to contents](#contents)
<br />
<br />
## Practices
### Tizen
ThorVG is integrated in [Tizen](https://www.tizen.org) platform as the vector graphics engine, it's being used for vector primitive drawings and scalable image contents such as SVG, Lottie Animation among the Tizen powered products.
<p align="center">
<img width="798" height="285" src="https://github.com/Samsung/thorvg/blob/master/res/example_tizen.png">
</p>
[Back to contents](#contents)
<br />
<br />
### Rive
We're also building a [Rive](https://rive.app/) port which supports Rive Animation run through ThorVG backend. Rive is a new modern animation platform that supports fancy user interactive vector animation. See project [Rive-Tizen](https://github.com/rive-app/rive-tizen) at [Github](https://github.com/rive-app/)
<p align="center">
<img width="600" height="324" src="https://github.com/Samsung/thorvg/blob/master/res/example_rive.gif">
</p>
[Back to contents](#contents)
<br />
<br />