From 1a4d533ce1fc584c5c07c0997d7ecbf77fe4148d Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 18 Nov 2023 00:17:09 +0900 Subject: [PATCH] Update README.md updated thorvg viewer video --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cef4aa71..cab7654a 100644 --- a/README.md +++ b/README.md @@ -92,14 +92,12 @@ ninja -C builddir install Regardless of the installation, all build results (symbols, executable) are generated in the builddir folder in thorvg. Some results such as examples won't be installed, you can check More examples section to see how to change it.

Note that some systems might include ThorVG package as a default component. In that case, you can skip this manual installation.
-
### Build with Visual Studio If you want to create Visual Studio project files, use the command --backend=vs. The resulting solution file (thorvg.sln) will be located in the build folder. ``` meson setup builddir --backend=vs ``` -
### Install with vcpkg You can download and install pre-packaged ThorVG using the [vcpkg](https://vcpkg.io/en/index.html) package manager. @@ -358,9 +356,12 @@ ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.or
## Tools ### ThorVG Viewer -ThorVG provides the resource verification tool for the ThorVG Engine. [ThorVG viewer](https://thorvg.github.io/thorvg.viewer/) does immediate rendering via web browser running on the ThorVG web-assembly binary, allowing real-time editing of the vector elements on it. It doesn't upload your resources to any external server while allowing to export to supported formats such as TVG, so the designer resource copyright is protected. +ThorVG provides the resource verification tool for the ThorVG Engine. [ThorVG viewer](https://thorvg.github.io/thorvg.viewer/) does immediate rendering via web browser running on the ThorVG web-assembly binary, allowing real-time editing of the vector elements on it. It doesn't upload your resources to any external server while allowing to export to supported formats such as TVG, so the designer resource copyright is protected.
+
-https://user-images.githubusercontent.com/71131832/130445967-fb8f7d81-9c89-4598-b7e4-2c046d5d7438.mp4 +

+ +

### Lottie to GIF ThorVG provides an executable `lottie2gif` converter that generates a GIF file from a Lottie file.