refactor pyray into separate module

This commit is contained in:
richard 2021-10-08 04:47:58 +01:00
parent 8666f0cff8
commit ec752bdab7
24 changed files with 2394 additions and 2055 deletions

View file

@ -27,9 +27,9 @@ See https://github.com/electronstudio/raylib-python-cffi/blob/master/dynamic/tes
If you use the ``rl.`` prefix then code will work on both static and dynamic bindings.
.. warning::
.. tip::
If you access functions via ``raylib.pyray`` then there is no difference at all, but be warned this hasn't been tested.
If you access functions via ``import pyray`` then there is no difference at all, but be warned this hasn't been tested much.
.. important::