Skip to content

Instantly share code, notes, and snippets.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
"""
raylib [physac] example - physics demo
"""
from raylib import *
SCREEN_WIDTH = 800
SCREEN_HEIGHT = 450