From 57fd448f0db66ca706ea34cb25f329be70353d53 Mon Sep 17 00:00:00 2001
From: Hermet Park
Date: Sat, 26 Nov 2022 13:41:36 +0900
Subject: [PATCH] Update README.md
added godot practice.
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 6bd52c9a..ddbd358c 100644
--- 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)
@@ -246,6 +247,16 @@ that supports fancy, user-interactive vector animations. For more details see [R
+[Back to contents](#contents)
+
+
+### 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.
+
+
+
+
+
[Back to contents](#contents)