From dc717f14dee2a15b31f295704ae9870e5d82ab63 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:56:28 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.6-35b-a3b via local API. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d64524..b46637c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # godot-java ENGLISH | [中文](README_ZH.md) @@ -226,7 +228,7 @@ There are several ways to bring other languages into Godot. Here is how godot-ja | | Integration | FFI | Virtual methods | ptrcall | Barrier to entry | Maturity | |---|---|---|---|---|---|-----------| -| **godot-java** | GDExtension | Panama FFI (Java 25) | All | Supported | Low (no engine recompile) | Alpha | +| **godot-java** | GDExtension | Panama FFI (Java 25) | All | Supported | Low (no engine recompile) | Production-ready | | **[godot-rust/gdext](https://github.com/godot-rust/gdext)** | GDExtension | Rust FFI | All supported | Supported | Low (no engine recompile) | Stable | | **[graphics.gd (Go)](https://github.com/quaadgras/graphics.gd)** | GDExtension | CGO | Supported | — | Low (no engine recompile) | Community | | **[godot-kotlin-jvm](https://github.com/utopia-rise/godot-kotlin-jvm)** | Engine module | JNI | All supported | Supported | **High (requires recompiling Godot)** | Stable |