raylib

Package — Game DevPython 3.7+Intermediate

Python bindings for raylib: simple 2D/3D game programming

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
cffi
Install
pip install raylib

Learn by Difficulty

Quick Example

python
# Install: pip install raylib
import raylib

# Basic raylib usage
print(f"Using raylib")
# See documentation for detailed examples

raylib is a third-party package. Python bindings for raylib: simple 2D/3D game programming. Install with: pip install raylib

Try in Playground

Tags

packagegame-developmentgraphicsinteractive