raylib-py 5.0.0
Package release for the C Raylib 5.0
This release was made from the output of another project, as mentioned in #45.
Added
- More context managers from rlgl module (enable/disable pairs);
- Better type hinting/annotation for arrays;
- Utility functions to create arrays for fundamental types.
Changed
- Functions with omitted parameters now require these to be passed;
- The binding code is far better organized due to a rewrite in the binding generator.
Fixed
- Functions with varargs (
TextFormat
andTraceLog
) work with some reservations (I still don't recommended to pass variable arguments); - Functions returning pointer as array now cast the value to the proper array type instead of returning
list
s (likeLoadModelAnimations
).
Please, refer to C raylib changelog for more information.
Would you like to have a more customized binding for raylib?
Please, take a look at this project: raylibpyctbg