Skip to content

Releases: electronstudio/raylib-python-cffi

v4.0.0.4

02 Feb 20:39
Compare
Choose a tag to compare

Fixed examples.
Improved how Pyray deals with automatically creating pointers (Issue #57 )

v4.0.0.3

13 Jan 23:56
Compare
Choose a tag to compare

Remove RPI native build because it doesn't work on current Raspbian. Use standard Linux X11 when on RPI. Issue #55

v4.0.0.2

12 Nov 00:43
Compare
Choose a tag to compare
  • Return empty string when Raylib functions return a null pointer

v4.0.0.1

09 Nov 15:21
Compare
Choose a tag to compare
  • Fix booleans crashing on Windows
  • Auto convert string return values to python strings
  • New version numbering

v4.0.0

06 Nov 16:06
Compare
Choose a tag to compare
update docs

v4.0a7

19 Oct 22:56
Compare
Choose a tag to compare
v4.0a7 Pre-release
Pre-release

Fixes build issues on Linux and Mac so hopefully can build against Raylib 3.7 or Raylib 4.0.

Fixes build issues on Windows by hardcoding a path :-(

4.0a6

16 Oct 20:22
Compare
Choose a tag to compare
4.0a6 Pre-release
Pre-release
  • Adds rlgl.
  • Makes raygui and physac optional depending on whether it finds the headers when compiling.
  • Header processing (on Unix at least) is now entirely automated, so should work with all future versions of Raylib with no changes (yeah right).
    pip3 install raylib==4.0a6

3.7.0.post10

15 Oct 18:17
Compare
Choose a tag to compare

fix missing file bug in source builds

v4.0a4

13 Oct 16:00
Compare
Choose a tag to compare
v4.0a4 Pre-release
Pre-release

Alpha test of Raylib 4.0-dev

pip3 install raylib==4.0a4

v3.7.0.post9

13 Oct 15:58
Compare
Choose a tag to compare

Move pyray into its own package. No need to use class anymore.