Skip to content

raylib-py 5.0.0

Latest
Compare
Choose a tag to compare
@overdev overdev released this 22 Dec 23:37
· 1 commit to master since this release

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 and TraceLog) 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 lists (like LoadModelAnimations).

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