From 733ba7d439d99965e9601e5cb81adcc00ae723a9 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 27 Jun 2024 21:52:34 +0800 Subject: [PATCH 1/2] docs: add discord link --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 0f3cd3a2..deee03f5 100644 --- a/docs.json +++ b/docs.json @@ -15,7 +15,8 @@ ["Examples", "/examples"], ["Windows", "/windows"], ["Android", "/android"], - ["Contributing", "/contributing"] + ["Contributing", "/contributing"], + ["Discord", "https://discord.gg/h2VdDK3EAQ"] ]] ] From 2664e08eb3eb222162dc9c1f42e925077dd02202 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 27 Jun 2024 21:57:23 +0800 Subject: [PATCH 2/2] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55f85bd9..ef21a44f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Discord

-## Cross-platform 3D engine for Dart and Flutter. +## Cross-platform 3D toolkit for Dart and Flutter. pub github @@ -24,7 +24,7 @@ ### Sponsors, Contributors & Acknowledgments -Thermion uses the [Filament](https://github.com/google/filament) physically based rendering package under the hood. +Thermion uses the [Filament](https://github.com/google/filament) Physically Based Rendering engine under the hood. Special thanks to [odd-io](https://github.com/odd-io/) for sponsoring work on supporting Windows, raycasting, testing and documentation.