mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 14:48:24 +00:00
Update README.md
This commit is contained in:
parent
ad9460444a
commit
39ea685edb
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<img width="500" height="346" src="https://github.com/Samsung/thorvg/blob/master/res/thorvg_card2.png">
|
<img width="500" height="346" src="https://github.com/Samsung/thorvg/blob/master/res/thorvg_card2.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.<br />
|
ThorVG is a platform-independent portable library for drawing vector-based shapes and images. It's written in C++, no dependencies and keeps super compact size. <br />
|
||||||
<br />
|
<br />
|
||||||
The next list shows drawing primitives ThorVG providing.<br />
|
The next list shows drawing primitives ThorVG providing.<br />
|
||||||
- Paints: Line, Arc, Curve, Path, Shapes, Polygons
|
- Paints: Line, Arc, Curve, Path, Shapes, Polygons
|
||||||
|
@ -20,6 +20,7 @@ The next list shows drawing primitives ThorVG providing.<br />
|
||||||
<img width="930" height="212" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png">
|
<img width="930" height="212" src="https://github.com/Samsung/thorvg/blob/master/res/example_primitives.png">
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
|
Basically your program could use this library functions by calling slick and neat apis while switching drawing context (if you have your own drawing engine), ThorVG serializes drawing commands among volatile paints node, performs sync/asynchronous rendering by its decent engines. The engine is suggested to immediate rendering method so that your system could adaptively integrate with it. ThorVG supports vector images such as SVG, also will support coming popular formats by demands. On rendering, it might introduce intermediate frame buffers for compositing vector scenes but only when it's necessary and these are temporarily used for saving memory. <br />
|
||||||
Next figure shows you a brief strategy how to use ThorVG in your system.<br />
|
Next figure shows you a brief strategy how to use ThorVG in your system.<br />
|
||||||
<br />
|
<br />
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
Loading…
Add table
Reference in a new issue