mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 20:14:37 +00:00
Update README.md
This commit is contained in:
parent
522ad609b9
commit
5f41eff728
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
@ -8,7 +8,8 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.
|
ThorVG is a platform independent lightweight standalone C++ library for drawing vector-based shapes and SVG.
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
## Contents
|
## Contents
|
||||||
- [Building ThorVG](#building-thorvg)
|
- [Building ThorVG](#building-thorvg)
|
||||||
- [Meson Build](#meson-build)
|
- [Meson Build](#meson-build)
|
||||||
|
@ -18,7 +19,7 @@ ThorVG is a platform independent lightweight standalone C++ library for drawing
|
||||||
|
|
||||||
## Building ThorVG
|
## Building ThorVG
|
||||||
thorvg supports [meson](https://mesonbuild.com/) build system.
|
thorvg supports [meson](https://mesonbuild.com/) build system.
|
||||||
|
<br />
|
||||||
### Meson Build
|
### Meson Build
|
||||||
install [meson](http://mesonbuild.com/Getting-meson.html) and [ninja](https://ninja-build.org/) if not already installed.
|
install [meson](http://mesonbuild.com/Getting-meson.html) and [ninja](https://ninja-build.org/) if not already installed.
|
||||||
|
|
||||||
|
@ -31,7 +32,8 @@ Run ninja to build & install ThorVG.
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
```
|
```
|
||||||
[Back to contents](#contents)
|
[Back to contents](#contents)
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
## Quick Start
|
## Quick Start
|
||||||
ThorVG renders vector shapes on a given canvas buffer.
|
ThorVG renders vector shapes on a given canvas buffer.
|
||||||
|
|
||||||
|
@ -145,10 +147,13 @@ Lastly, terminate the engine after usage.
|
||||||
tvg::Initializer::term(tvg::CanvasEngine::Sw);
|
tvg::Initializer::term(tvg::CanvasEngine::Sw);
|
||||||
```
|
```
|
||||||
[Back to contents](#contents)
|
[Back to contents](#contents)
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
## API Bindings
|
## API Bindings
|
||||||
Our main development APIs are written in C++ but ThorVG also provides API bindings such as: C.
|
Our main development APIs are written in C++ but ThorVG also provides API bindings such as: C.
|
||||||
|
<br />
|
||||||
[Back to contents](#contents)
|
[Back to contents](#contents)
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
## Issues or Feature Requests?
|
## Issues or Feature Requests?
|
||||||
For immediate assistant or support please reach us in [Gitter](https://gitter.im/thorvg/community)
|
For immediate assistant or support please reach us in [Gitter](https://gitter.im/thorvg/community)
|
||||||
|
|
Loading…
Add table
Reference in a new issue