update
This commit is contained in:
parent
a703659c9d
commit
4a03e72208
2 changed files with 12 additions and 2 deletions
12
README.md
12
README.md
|
@ -1,4 +1,4 @@
|
||||||
Python Bindings for Raylib
|
# Python Bindings for Raylib
|
||||||
|
|
||||||
These bindings use CFFI rather than ctypes. Hopefully this will be faster, the static type knowledge from the C
|
These bindings use CFFI rather than ctypes. Hopefully this will be faster, the static type knowledge from the C
|
||||||
headers will result in fewer bugs, and using the original headers will make it easier to maintain.
|
headers will result in fewer bugs, and using the original headers will make it easier to maintain.
|
||||||
|
@ -6,3 +6,13 @@ headers will result in fewer bugs, and using the original headers will make it e
|
||||||
Currently the goal is make usage as similar to the original C as CFFI will allow. There are a few differences
|
Currently the goal is make usage as similar to the original C as CFFI will allow. There are a few differences
|
||||||
you can see in the examples. Making a 'Pythonic' library would be an additional layer on top which hasn't been
|
you can see in the examples. Making a 'Pythonic' library would be an additional layer on top which hasn't been
|
||||||
done yet.
|
done yet.
|
||||||
|
|
||||||
|
# Platforms tested
|
||||||
|
|
||||||
|
* MacOS 10.12.6
|
||||||
|
|
||||||
|
# HELP WANTED
|
||||||
|
|
||||||
|
* converting more examples from C to python
|
||||||
|
* testing and building on more platforms
|
||||||
|
|
||||||
|
|
Binary file not shown.
Reference in a new issue