bevy_python_ffi 🧩
run and interact with bevy apps from python
run the example app (from python)
pip install examples/minimal
python ./examples/minimal/python/main.py
development
depending on environment, you may need to open shell from a python virtual environment to build
python -m venv .venv
source .venv/Scripts/activate
compatible bevy versions
bevy_python_ffi |
bevy |
---|---|
0.1 |
0.13 |