@@ -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,16 +23,22 @@ 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
27
26
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.
27
+ ## Engine and library versions
28
+
29
+ Demos are written to work with ** latest stable** Godot version (last official release), and last ` master ` version of godot-rust.
30
+ We generally try to update this repo within a few days or weeks.
30
31
31
32
We additionally run CI with newer in-dev versions, but that support is best-effort. Demos do not provide compatibility with older Godot
32
33
versions, as the projects need migration and this would prevent us from showcasing newer versions. godot-rust itself however offers reliable
33
34
support for older versions, see [ Compatibility and Stability] [ book-compatibility ] .
34
35
35
36
37
+ ## GDScript demos
38
+
39
+ If you're interested in GDScript demos for Godot itself, check out [ godot-demo-projects] .
40
+
41
+
36
42
## Contributions
37
43
38
44
If you would like to contribute a demo project, please open an issue ** before** submitting a big pull request.
@@ -42,10 +48,12 @@ documentation and maintainability. But don't worry, if you open an issue, we can
42
48
43
49
Like the library, all contributions are subject to the [ Mozilla Public License 2.0] [ mpl ] .
44
50
51
+
45
52
[ Main repo ] : https://github.com/godot-rust/gdext
46
53
[ API Docs ] : https://godot-rust.github.io/docs/gdext
47
54
[ Sponsor ] : https://github.com/sponsors/Bromeon
48
55
[ Website ] : https://godot-rust.github.io
49
56
[ Book ] : https://godot-rust.github.io/book
50
57
[ mpl ] : https://www.mozilla.org/en-US/MPL
51
58
[ book-compatibility ] : https://godot-rust.github.io/book/toolchain/compatibility.html
59
+ [ godot-demo-projects ] : https://github.com/godotengine/godot-demo-projects
0 commit comments