From 0e0a4685f98222fc5bd22e29affe847234594b0e Mon Sep 17 00:00:00 2001 From: Simon Kerler Date: Tue, 17 Dec 2024 19:47:45 +0100 Subject: [PATCH] De-duplicated info about pros/cons of GDExtension vs Module Co-authored-by: Serhii Snitsaruk --- doc/source/getting-started/getting-limboai.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/getting-started/getting-limboai.rst b/doc/source/getting-started/getting-limboai.rst index 1f449b6..98f1821 100644 --- a/doc/source/getting-started/getting-limboai.rst +++ b/doc/source/getting-started/getting-limboai.rst @@ -3,13 +3,12 @@ Getting LimboAI LimboAI can be used as either a C++ module or as a GDExtension shared library. There are some differences between the two. In short, GDExtension version is more -convenient to use but somewhat limited in features. The module version is the most feature-full and slightly more performant, but it requires using custom engine builds including the export templates. +convenient to use but somewhat limited in features. The module version provides better editor +experience and is slightly more performant, but it requires using custom engine builds including the export templates. Whichever you choose to use, your project will stay compatible with both and you can switch from one to the other any time. -Choose the version you'd like to use. The module version provides better editor -experience and performance, while the GDExtension version is more convenient to use. -If you're unsure, start with the GDExtension version. +Choose the version you'd like to use. If you're unsure, start with the GDExtension version. You can change your decision at any time - both versions are fully compatible. Get GDExtension version