#python #bevy #pyo3

bevy_python_ffi

从Python运行和交互Bevy应用

2个不稳定版本

0.2.0 2024年4月22日
0.1.0 2024年4月20日

1434 in 游戏开发

MIT 许可证

11KB
210

bevy_python_ffi 🧩

test GitHub License GitHub Last Commit GitHub Releases GitHub Issues Average time to resolve an issue crates.io

从Python运行和交互Bevy应用

运行示例应用(从Python)

  • pip install examples/最小化
import bevy_python_minimal

bevy_python_minimal.main()
  • python ./examples/minimal/python/main.py

开发

根据环境,您可能需要从Python虚拟环境打开shell以构建

  • python-m venv.venv
  • source.venv/脚本/activate

兼容的Bevy版本

bevy_python_ffi bevy
0.1 0.13

依赖

~37–73MB
~1.5M SLoC