mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
Update README.md
added deepwiki
This commit is contained in:
parent
bace6b9e52
commit
97d96a7f8b
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
[](https://discord.gg/n25xj6J6HM)
|
||||
[](https://chat.openai.com/g/g-Ht3dYIwLO-thorvgpt)
|
||||
[](https://deepwiki.com/thorvg/thorvg)
|
||||
[](https://opencollective.com/thorvg)
|
||||
[](LICENSE)
|
||||

|
||||
|
@ -98,7 +99,7 @@ ThorVG is actively under development, continuously expanding its support for ess
|
|||
- [LVGL](#lvgl)
|
||||
- [Tizen](#tizen)
|
||||
- [References](#references)
|
||||
- [APIs](#apis)
|
||||
- [Documentation](#documentation)
|
||||
- [Examples](#examples)
|
||||
- [Tools](#tools)
|
||||
- [ThorVG Viewer](#thorvg-viewer)
|
||||
|
@ -420,8 +421,10 @@ ThorVG has been integrated into the [Tizen](https://www.tizen.org) platform as t
|
|||
[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.
|
||||
## Documentation
|
||||
The ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also be found directly in this repository via the [C++ API](https://github.com/thorvg/thorvg/blob/main/inc/thorvg.h) and [C API](https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h).
|
||||
|
||||
For comprehensive and well-structured technical information, please visit the [DeepWiki](https://deepwiki.com/thorvg/thorvg), which offers in-depth guidance on ThorVG's architecture, features, and usage.
|
||||
|
||||
[Back to contents](#contents)
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue