Update README.md 87/289787/1
authorHermet Park <hermetpark@gmail.com>
Sat, 26 Nov 2022 04:41:36 +0000 (13:41 +0900)
committerMichal Szczecinski <mihashco89@gmail.com>
Tue, 14 Mar 2023 08:43:12 +0000 (09:43 +0100)
added godot practice.

Change-Id: I5caa77cfb7377123cf3cb26a61690b4b1285cb9c

README.md

index 730bf4cd96cb796cc9c69daf8fce498c9944af7e..9700ec010042e7cb89716a6c7c45cc83f2427842 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ ThorVG has the threading mechanism so that it tries to acquire the next scenes w
 - [Practices](#practices)
        - [Tizen](#tizen)
        - [Rive](#rive)
+       - [Godot](#godot)
 - [Examples](#examples)
 - [Documentation](#documentation)
 - [Tools](#tools)
@@ -247,6 +248,16 @@ that supports fancy, user-interactive vector animations. For more details see [R
   <img width="600" height="324" src="https://github.com/Samsung/thorvg/blob/master/res/example_rive.gif">
 </p>
 
+[Back to contents](#contents)
+<br />
+<br />
+### Godot
+ThorVG has been integrated into the [Godot](https://www.godotengine.org) project for use of neat and slick icons in Godot editors. Godot is a completely free and open-source modern game engine, it provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
+
+<p align="center">
+  <img width="798" height="461" src="https://github.com/Samsung/thorvg/blob/master/res/example_godot.png">
+</p>
+
 [Back to contents](#contents)
 <br />
 <br />