Skip to content

mosure/bevy_python_ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(False)  # new_thread=False
  • 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

About

run and interact with bevy apps from python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages