mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
Update README.md
added references
This commit is contained in:
parent
4435ba94e0
commit
dadd7a93dd
1 changed files with 16 additions and 9 deletions
23
README.md
23
README.md
|
@ -95,8 +95,9 @@ ThorVG is actively under development, continuously expanding its support for ess
|
|||
- [Flux Audio](#flux-audio)
|
||||
- [Godot](#godot)
|
||||
- [Tizen](#tizen)
|
||||
- [References](#references)
|
||||
- [APIs](#apis)
|
||||
- [Examples](#examples)
|
||||
- [Documentation](#documentation)
|
||||
- [Tools](#tools)
|
||||
- [ThorVG Viewer](#thorvg-viewer)
|
||||
- [Lottie to GIF](#lottie-to-gif)
|
||||
|
@ -399,6 +400,19 @@ ThorVG has been integrated into the [Tizen](https://www.tizen.org) platform as t
|
|||
<img width="798" height="auto" src="https://github.com/thorvg/thorvg/blob/main/res/example_tizen.png">
|
||||
</p>
|
||||
|
||||
[Back to contents](#contents)
|
||||
<br />
|
||||
<br />
|
||||
## References
|
||||
- [Universal Motion Graphics across All Platforms: Unleashing Creativity with ThorVG](https://youtu.be/qhHMycRPQ9M?si=RXAag3Fxm8R7W_I0)
|
||||
- [Canva Enhances iOS Lottie Rendering: 80% Faster and 70% More Efficient with ThorVG](https://lottiefiles.com/blog/working-with-lottie-animations/canva-enhances-ios-rendering-faster-and-efficient-with-thorvg)
|
||||
|
||||
[Back to contents](#contents)
|
||||
<br />
|
||||
<br />
|
||||
## APIs
|
||||
The ThorVG API documentation can be accessed at [thorvg.org/apis](https://www.thorvg.org/apis), and is also available in the [C++ API](https://github.com/thorvg/thorvg/blob/main/inc/thorvg.h), [C API](https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h) within this repository.
|
||||
|
||||
[Back to contents](#contents)
|
||||
<br />
|
||||
<br />
|
||||
|
@ -415,13 +429,6 @@ apt-get install libsdl2-dev
|
|||
```
|
||||
Alternatively, you can read the official guidance [here](https://wiki.libsdl.org/SDL2/Installation) for other platforms. Fore more information, please visit the official [SDL](https://www.libsdl.org/) site.
|
||||
|
||||
[Back to contents](#contents)
|
||||
<br />
|
||||
<br />
|
||||
|
||||
## Documentation
|
||||
The ThorVG API documentation can be accessed at [thorvg.org/apis](https://www.thorvg.org/apis), and is also available in the [C++ API](https://github.com/thorvg/thorvg/blob/main/inc/thorvg.h), [C API](https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h) within this repository.
|
||||
|
||||
[Back to contents](#contents)
|
||||
<br />
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue