Crate bevy_python_ffi

Source

Structs§

ImagePayload
ImageUploadEvent
UploadedImages

Enums§

Format

Functions§

initialize
register_python_module
register bevy_python_ffi module
setup_and_run_app
runs an app on a new thread to unblock python GIL, call from virtual main method
upload_image
upload_image(bytes, format, width, height, label, /)