cray v1.8.0 Release Notes

Release Date: 2017-10-22 // over 6 years ago
  • Another raylib release is published: raylib 1.8. Again, several modules of the library have been reviewed and some new functionality added. Main changes of this new release are:

    Procedural image generation functions , a set of new functions have been added to generate gradients, checked, noise and cellular images from scratch. Image generation could be useful for certain textures or learning pourpouses.

    Parametric mesh generation functions , create 3d meshes from scratch just defining a set of parameters, meshes like cube, sphere, cylinder, torus, knot and more can be very useful for prototyping or for lighting and texture testing.

    ๐Ÿ‘ PBR Materials support , a completely redesigned shaders and material system allows advance materials definition and usage, with fully customizable shaders. Some new functions have been added to generate the environment textures required for PBR shading and a new complete PBR material example is also provided for reference.

    ๐Ÿ— Custom Android APK build pipeline with simple Makefile. Actually, full code building mechanism based on plain Makefile has been completely reviewed and Android building has been added for sources and also for templates building into final APK package. This way, raylib Android building has been greatly simplified and integrated seamlessly into standard build scripts.

    ๐Ÿ’… rlgl module has been completely reviewed and most of the functions renamed for consistency. This way, standalone usage of rlgl is promoted, with a complete example provided. rlgl offers a pseudo-OpenGL 1.1 immediate-mode programming-style layer, with backends to multiple OpenGL versions.

    raymath library has been also reviewed to align with other advance math libraries like GLM. Matrix math has been improved and simplified, some new Quaternion functions have been added and Vector3 functions have been renamed all around the library for consistency with new Vector2 functionality.

    ๐Ÿ†• As always, examples and templates have been reviewed to work with new version (some new examples have been added), all external libraries have been updated to latest stable version and latest Notepad++ and MinGW have been configured to work with new raylib v1.8.

    For a detailed list of changes, check CHANGELOG.

    ๐Ÿ raylib Windows Installer package includes the following:

    • Notepad++ 7.5.1 (32bit): Code editor preconfigured for raylib, including code compilation scripts.
    • MinGW (GCC 5.3.0): C Compiler including raylib libraries and dependencies.
    • raylib Content : Code examples, Game samples, Project templates.

    Just enjoy learning with raylib 1.8!