Skip to content

raylib v1.3.0

Compare
Choose a tag to compare
@raysan5 raysan5 released this 03 Sep 00:09
· 7311 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!