@@ -12,7 +12,7 @@ Demo projects do not replace the book and API docs, but are meant to be read in
12
12
code that seem strange, please check both book and docs first!
13
13
14
14
15
- ## Current demos
15
+ ## Rust demos
16
16
17
17
We currently feature the following demo projects:
18
18
@@ -23,15 +23,17 @@ We currently feature the following demo projects:
23
23
Showcases how classes and their state can be hot-reloaded in the Godot editor.
24
24
25
25
26
- ## Godot version
26
+ ## Engine and library versions
27
27
28
- Demos are written to work with ** latest stable** Godot version. When a new minor/patch version is released, we generally try to update it
29
- within a few days or weeks.
28
+ Demos are written to work with ** latest stable** Godot version (last official release), and last ` master ` version of godot-rust.
29
+ We generally try to update this repo within a few days or weeks.
30
30
31
31
We additionally run CI with newer in-dev versions, but that support is best-effort. Demos do not provide compatibility with older Godot
32
32
versions, as the projects need migration and this would prevent us from showcasing newer versions. godot-rust itself however offers reliable
33
33
support for older versions, see [ Compatibility and Stability] [ book-compatibility ] .
34
34
35
+ If you're interested in GDScript demos for Godot itself, check out [ godot-demo-projects] .
36
+
35
37
36
38
## Contributions
37
39
@@ -42,10 +44,12 @@ documentation and maintainability. But don't worry, if you open an issue, we can
42
44
43
45
Like the library, all contributions are subject to the [ Mozilla Public License 2.0] [ mpl ] .
44
46
47
+
45
48
[ Main repo ] : https://github.com/godot-rust/gdext
46
49
[ API Docs ] : https://godot-rust.github.io/docs/gdext
47
50
[ Sponsor ] : https://github.com/sponsors/Bromeon
48
51
[ Website ] : https://godot-rust.github.io
49
52
[ Book ] : https://godot-rust.github.io/book
50
53
[ mpl ] : https://www.mozilla.org/en-US/MPL
51
54
[ book-compatibility ] : https://godot-rust.github.io/book/toolchain/compatibility.html
55
+ [ godot-demo-projects ] : https://github.com/godotengine/godot-demo-projects
0 commit comments