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
f43166a96e
commit
522ad609b9
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -9,16 +9,16 @@
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
#
|
|
||||||
## Contents
|
## Contents
|
||||||
- [Building ThorVG](#building-thorvg)
|
- [Building ThorVG](#building-thorvg)
|
||||||
- [Meson Build](#meson-build)
|
- [Meson Build](#meson-build)
|
||||||
- [Quick Start](#quick-start)
|
- [Quick Start](#quick-start)
|
||||||
|
- [API Bindings](#api-bindings)
|
||||||
- [Issues or Feature Requests?](#issues-or-feature-requests)
|
- [Issues or Feature Requests?](#issues-or-feature-requests)
|
||||||
#
|
|
||||||
## Building ThorVG
|
## Building ThorVG
|
||||||
thorvg supports [meson](https://mesonbuild.com/) build system.
|
thorvg supports [meson](https://mesonbuild.com/) build system.
|
||||||
#
|
|
||||||
### 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 +31,7 @@ Run ninja to build & install ThorVG.
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
```
|
```
|
||||||
[Back to contents](#contents)
|
[Back to contents](#contents)
|
||||||
#
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
ThorVG renders vector shapes on a given canvas buffer.
|
ThorVG renders vector shapes on a given canvas buffer.
|
||||||
|
|
||||||
|
@ -144,8 +144,11 @@ Lastly, terminate the engine after usage.
|
||||||
```cpp
|
```cpp
|
||||||
tvg::Initializer::term(tvg::CanvasEngine::Sw);
|
tvg::Initializer::term(tvg::CanvasEngine::Sw);
|
||||||
```
|
```
|
||||||
|
|
||||||
[Back to contents](#contents)
|
[Back to contents](#contents)
|
||||||
#
|
|
||||||
|
## API Bindings
|
||||||
|
Our main development APIs are written in C++ but ThorVG also provides API bindings such as: C.
|
||||||
|
[Back to contents](#contents)
|
||||||
|
|
||||||
## 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