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)