Skip to main content

Python CFFI bindings for Raylib DLL version

Project description

CFFI ABI dynamic bindings avoid the need to compile a C extension module. They now been moved to a separate module:

python3 -m pip install raylib_dynamic

API is exactly the same as the static one documented here. (Therefore you can’t have both modules installed at once.) The only difference is you can’t do:

from raylib import *

Instead you have to do:

from raylib import rl

Then you access the functions with rl. prefix.

See https://github.com/electronstudio/raylib-python-cffi/blob/master/dynamic/test_dynamic.py for an example.

If you use the rl. prefix then code will work on both static and dynamic bindings.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raylib_dynamic-4.1.0.0.dev0.tar.gz (2.0 MB view details)

Uploaded Source

File details

Details for the file raylib_dynamic-4.1.0.0.dev0.tar.gz.

File metadata

  • Download URL: raylib_dynamic-4.1.0.0.dev0.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for raylib_dynamic-4.1.0.0.dev0.tar.gz
Algorithm Hash digest
SHA256 e612d12dd16e1f47bdbb9524fc973cf6e767465bc6e7fb65d5e8e76188697f22
MD5 3bdd5a70ecf17e2fd7f980151bc8cd62
BLAKE2b-256 b88a83450643d880867de34876c5fbd02b6af0303369d428acc3731743c6094f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page