Skip to content

6.0.0.0rc2

Pre-release
Pre-release

Choose a tag to compare

@electronstudio electronstudio released this 26 Apr 02:09
· 8 commits to raylib-5.6 since this release

Development version, so must be manually installed like this:

python3 -m pip install --pre raylib==6.0.0.0rc2
  • All the improvements in Raylib 6.0

  • raylib_sdl package changed from SDL2 to SDL3

  • new package raylib_software so you can use software rendering and be as slow as pygame!

      python3 -m pip uninstall raylib
      python3 -m pip install --pre raylib_software==6.0.0.0rc2