electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

Add camera example #9

Closed Pebaz closed 4 years ago

Pebaz commented 4 years ago

Added a complete camera class and a barebones example on how to use it. Added a complete render texture example.

electronstudio commented 4 years ago

thanks. i combined the blank.py and camera.py.