Expand description
Build mods for Bevy with Bevy.
This is the sys crate, intended to be used inside of mods.
To make a game that can use WebAssembly mods, see the sister crate bevy_wasm crate.
Modules§
- ecs
- ECS types
- events
- Event functions.
send_event
andget_next_event
- ffi
- FFI declarations for communicating with the host.
- ffi_
plugin - The plugin for your mod
- macros
- Macros used for printing to the screen
- prelude
- Convenience re-exports
- time
- Reimplementation of
bevy_time::Time
. Use this instead of importingbevy_time
.