PythonScript-Pypy

Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
@ Godot Asset Library

/! This module requires to restart Godot once installed /!

Introduction
โ€”โ€”โ€”โ€”

This is a beta version of the Python module for Godot.

Submitted by user touilleMan;
MIT;
2018-05-01

Free!

SKU: GDAL192 Categories: , , ,

/! This module requires to restart Godot once installed /!

Introduction
โ€”โ€”โ€”โ€”

This is a beta version of the Python module for Godot.

You are likely to encounter bugs and catastrophic crashes, if so please
report them to https://github.com/touilleMan/godot-python/issues.

Working features
โ€”โ€”โ€”โ€”โ€”-

Every Godot core features are expected to work fine:
โ€“ builtins (e.g. Vector2)
โ€“ Objects classes (e.g. Node)
โ€“ signals
โ€“ variable export
โ€“ rpc synchronisation

On top of that, mixing GDscript and Python code inside a project should work fine.

Python and pip are working, however depending on platform and backend they
โ€“ on Windows+CPython use `python.exe` and `python.exe -m pip`
โ€“ on Linux+CPython `bin/python` and `bin/pip` are provided out of the box.
However you must provide path to `libpython3.6m.so` to make them run:
โ€œ`
$ LD_LIBRARY_PATH=`pwd`/lib ./bin/pip3 โ€“version
$ LD_LIBRARY_PATH=`pwd`/lib ./bin/python โ€“version
โ€œ`
โ€“ on Linux+Pypy `bin/pypy` runs like a charm, you should use ensurepip to
install pip:
โ€œ`
$ bin/pypy -m ensurepip
$ bin/pypy -m pip โ€“version
โ€œ`

Not so well features
โ€”โ€”โ€”โ€”โ€”โ€”โ€“

Memory management is a big issue (given Godot and Python garbage collectors should be synchronized)
so leaks are possible (hence Godot complaining there is still MemoryPool allocs in use at exitโ€ฆ).

Exporting the project hasnโ€™t been tested at all (however exporting for linux should be pretty simple and
may work out of the boxโ€ฆ).

Have fun ๐Ÿ˜‰

โ€“ touilleMan

10% OF REVENUE IS DONATED TO GODOT

Godot Assets Marketplace
Logo
Compare items
  • Total (0)
Compare
Shopping cart