bevy_python_ffi

Crates.iobevy_python_ffi
lib.rsbevy_python_ffi
version0.2.0
sourcesrc
created_at2024-04-20 16:14:08.217445
updated_at2024-04-22 04:02:39.678468
descriptionrun and interact with bevy apps from python
homepagehttps://github.com/mosure/bevy_python
repositoryhttps://github.com/mosure/bevy_python
max_upload_size
id1214688
size11,700
Mitchell Mosure (mosure)

documentation

README

bevy_python_ffi 🧩

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

run and interact with bevy apps from python

run the example app (from python)

  • pip install examples/minimal
import bevy_python_minimal

bevy_python_minimal.main()
  • 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
Commit count: 13

cargo fmt