You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Although Bevy doesn't directly support scripting, efforts are underway to incorp
20
20
- All script bindings managed in one place (`ScriptDynamicFunctionRegistry`)
21
21
- Customizable event driven communication between bevy and scripts (`on_update`, `on_init` etc..)
22
22
- Automatically generated bevy bindings
23
-
-~Documentation generation~ temporarilly on hold
23
+
-~Documentation generation~ temporarilly on hold[^1]
24
24
25
25
## Support
26
26
@@ -35,9 +35,13 @@ The languages currently supported are as follows:
35
35
|Luajit|
36
36
|Luajit52|
37
37
|Luau|
38
-
|Rhai|
39
-
|Rune|
38
+
|~~Rhai~~ temporarilly on hold[^1]|
39
+
|~~Rune~~ temporarilly on hold[^1]|
40
40
41
41
## Documentation
42
42
43
43
For examples, installation and usage instructions see our shiny new [book](https://makspll.github.io/bevy_mod_scripting)
44
+
45
+
## Footnotes
46
+
47
+
[^1]: Due to the recent re-write of the crate, documentation generation as well as rhai and rune support are temporarilly on hold. They will likely be re-implemented in the future. `Rhai` in particualar is difficult to re-implement due to a lack of support for first-class-functions.
0 commit comments