• 1.3.0 77558eec0c

    raylib v1.3.0 Stable

    raysan5 released this 2015-09-03 01:49:58 +02:00 | 9804 commits to master since this release

    Next big raylib release! Main features of this new release:

    Shaders support: Apply shaders to your 3d models or enable postprocessing screen effects, use any of the postprocessing shaders collection included with this release or create your own (templates also included)

    Textures formats support improved: Load any kind of file and any kind of internal color format, including compressed formats (DXT, ETC, ASTC, PVRT)!

    New camera module: Ready to use camera; just enable your desired camera mode (FREE, ORBITAL, FIRST_PERSON, THIRD_PERSON).

    New gestures module: Enable gestures detection on Android an HTML5!

    raygui: A new IMGUI module intended for rapid-multisystem tools development. Still experimental but fully functional!

    Lots of changes and improvements (view CHANGELOG for a detailed list of changes).

    raylib Windows Installer package includes the following tools:

    • Notepad++ 6.8.2: Code editor preconfigured for raylib, including code compilation scripts.
    • MinGW (GCC 4.7.2): C Compiler including raylib libraries and dependencies.
    • raylib Useful Content: Code examples, Game templates, rBMF fonts, Postpro shaders, etc.

    Just enjoy learning with raylib!

    Downloads
  • 1.2.2 4a7e522d4b

    raylib v1.2.2 Stable

    raysan5 released this 2015-01-04 18:05:50 +01:00 | 9951 commits to master since this release

    Next big raylib release! Added support for multiple platforms! Now raylib C code can be compiled to Windows, Linux, OSX, RaspberryPi, Android and HTML5 (emscripten).

    raylib v1.2.0 was published in September but this new v1.2.2 release corrects some bugs, improves support for multiple platforms and adds some new features (view CHANGELOG for a detailed list of changes).

    raylib Windows Installer package includes the following tools:

    • Notepad++ 6.7.2: Code editor preconfigured for raylib, including code compilation scripts.
    • MinGW (GCC 4.7.2): C Compiler including raylib libraries and dependencies.
    • raylib Useful Content: Code examples, Game templates, rBMF fonts, etc.

    Just enjoy learning with raylib!

    Downloads
  • 1.1.1 222995c32e

    raylib v1.1.1 Stable

    raysan5 released this 2014-07-25 10:50:51 +02:00 | 10037 commits to master since this release

    Complete internal redesign of the library to support OpenGL 3.3+ and OpenGL ES 2.0.

    New big module rlgl has been added to 'translate' immediate mode style functions (i.e. rlBegin(), rlVertex3f()) to GL 1.1, 3.3+ or ES2. Another new module raymath has also been added with lot of useful 3D math vector-matrix-quaternion functions.

    raylib v1.1.0 was published in April but this new v1.1.1 release implements multiple bugs corrections and some new features (view CHANGELOG for a detailed list of changes).

    One complete game has been included for reference: Dr. Turtle and Mr. Gamera.

    Downloads
  • 1.0.6 a68818e320

    raylib v1.0.6 Stable

    raysan5 released this 2014-03-16 20:59:02 +01:00 | 10057 commits to master since this release

    New raylib release! Some bugs fixed and multiple functions added (or reviewed).

    This will probably be the last release before the upcoming raylib v1.1 (that will be amazing :P).

    Check CHANGELOG to see how this version has evolved with bug fixes and new functions.

    Downloads
  • 1.0.4 2cf5fa7765

    raylib v1.0.4 Stable

    raysan5 released this 2014-01-23 12:36:18 +01:00 | 10063 commits to master since this release

    This version has been used to teach videogames programming to my students during the course 2013-2014. Some games developed with this version can be seen on raylib facebook page.

    Along the course, raylib has been reviewed several times (since v1.0.0) to produce v1.0.4, check CHANGELOG to see how this version has evolved with bug fixes and new functions.

    Enjoy! :)

    Downloads