Update README.md

This commit is contained in:
Hermet Park 2021-10-22 12:15:42 +09:00 committed by GitHub
parent 9d5a25aa4b
commit bee93ec4eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,12 @@ If your program has the main renderer, your program could call ThorVG APIs while
<img width="900" height="288" src="https://github.com/Samsung/thorvg/blob/master/res/example_flow.png"> <img width="900" height="288" src="https://github.com/Samsung/thorvg/blob/master/res/example_flow.png">
</p> </p>
<br /> <br />
ThorVG has the threading mechanism so that it tries to acquire the next scenes without delay. It runs its own fine-tuned task-scheduler built on threading pools, encapsulates all the jobs such as encoding, decoding, updating, rendering with tasks. As a result, all the tasks could run on multi-processing. The task scheduler is readied for hiding complexity, easier integration and user convenience. Thus the policy is optional, users can select it by their demands.<br />
<br />
<p align="center">
<img width="900" height="313" src="https://github.com/Samsung/thorvg/blob/master/res/example_threading.png">
</p>
<br />
## Contents ## Contents
- [Building ThorVG](#building-thorvg) - [Building ThorVG](#building-thorvg)