Skip to content

Commit 76bfb6e

Browse files
committed
Update references to community GDExtensions to point to up-to-date resources
1 parent 5110c2d commit 76bfb6e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

about/faq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ Also, see the official blog post on GDExtension, a way to develop native extensi
198198
* `Introducing GDNative's successor, GDExtension <https://godotengine.org/article/introducing-gd-extensions>`_
199199

200200
You can also take a look at the GDScript implementation, the Godot modules,
201-
as well as the `unofficial Python support <https://github.com/touilleMan/godot-python>`_ for Godot.
202-
This would be a good starting point to see how another third-party library
203-
integrates with Godot.
201+
as well as the `Jolt physics engine integration <https://github.com/godot-jolt/godot-jolt>`__
202+
for Godot. This would be a good starting point to see how another
203+
third-party library integrates with Godot.
204204

205205
How do I install the Godot editor on my system (for desktop integration)?
206206
-------------------------------------------------------------------------

about/list_of_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Scripting
477477
- Use any build system and language features you wish.
478478

479479
- Actively developed GDExtension bindings for `D <https://github.com/godot-dlang/godot-dlang>`__,
480-
`Haxe <https://hxgodot.github.io/>`__, `Python <https://github.com/touilleMan/godot-python>`__, and `Rust <https://github.com/godot-rust/gdextension>`__
480+
`Haxe <https://hxgodot.github.io/>`__, `Swift <https://github.com/migueldeicaza/SwiftGodot>`__, and `Rust <https://github.com/godot-rust/gdextension>`__
481481
bindings provided by the community. (Some of these bindings may be experimental and not production-ready).
482482

483483
Audio

getting_started/introduction/godot_design_philosophy.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ yet it detects types and offers a static language's quality of auto-completion.
8989
It is also optimized for gameplay code with built-in types like Vectors and Colors.
9090

9191
Note that with GDExtension, you can write high-performance code using compiled
92-
languages like C, C++, Rust, or Python (using the Cython compiler)
93-
without recompiling the engine.
92+
languages like C, C++, Rust, D, Haxe, or Swift without recompiling the engine.
9493

9594
Note that the 3D workspace doesn't feature as many tools as the 2D workspace.
9695
You'll need external programs or add-ons to edit terrains, animate complex characters, and so on.

0 commit comments

Comments
 (0)