add pythonic wrapper, pyray

This commit is contained in:
Richard Smith 2019-05-26 20:24:57 +01:00
parent 18f3fdfe18
commit 3a8d764408
7 changed files with 113 additions and 56 deletions

View file

@ -2,7 +2,7 @@
"""
__version__ = '0.1'
from ..static import ffi, rl
from ..static import ffi, rl, prl
#from ..dynamic import ffi, raylib as rl
from ..colors import *