Skip to content

Commit e1d17f6

Browse files
authored
chore: Update readme.md
1 parent 65042d1 commit e1d17f6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ Although Bevy doesn't directly support scripting, efforts are underway to incorp
2020
- Script management via commands
2121
- Hot loading
2222
- Support for multiple scripting languages
23-
- All script bindings managed in one place (`ScriptDynamicFunctionRegistry`)
23+
- Extremely flexible bindings
24+
- Attach bindings to ANY reflect implementing types including foreign types.
25+
- Globals and bindings are set in one place and translated to all supported languages
26+
- Broad set of core Bevy bindings generated for you
27+
- Dynamic systems & components registerable from scripts
2428
- Customizable event driven communication between bevy and scripts (`on_update`, `on_init` etc..)
25-
- Automatically generated bevy bindings
26-
- ~Documentation generation~ temporarilly on hold[^1]
29+
- Documentation generation
2730

2831
## Support
2932

0 commit comments

Comments
 (0)