![]() | This articlecontainspromotional content. Please helpimprove it by removingpromotional language and inappropriateexternal links, and by adding encyclopedic text written from aneutral point of view.(September 2020) (Learn how and when to remove this message) |
![]() | |
Developer(s) | Ramon Santamaria and contributors |
---|---|
Initial release | November 18, 2013; 11 years ago (2013-11-18) |
Stable release | 5.5.0 / November 18, 2024; 4 months ago (2024-11-18) |
Repository | github |
Written in | C, specificallyC99 |
Platform | Windows,Linux,macOS,FreeBSD,Android,Raspberry Pi,HTML5 |
Type | API |
License | zlib License[1][2] |
Website | www |
Raylib (stylized asraylib) is across-platformopen-source software developmentlibrary. The library was made to create graphical applications and games.[3][4]
The library is designed to be suited for prototyping, tooling, graphical applications, embedded systems, and education. The source code is written in C (C99), which is distributed under azlib/libpngOSI certified open-source license. It supports compilation to several target platforms, including Windows, Linux, macOS, FreeBSD, Android, Raspberry Pi and HTML5.
raylib has been ported to more than 70programming languages in the form of bindings,[5] but many of these ports are not stable.[6]
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.(September 2023) (Learn how and when to remove this message) |
raylib development was started in August 2013 by Ramon Santamaria to support a game development course, focused on students with no previous coding experience and artistic profile. During the course, raylib was further developed based on the feedback of the students and by June 2014, the library was starting to be showcased in several game development events inBarcelona.
raylib 1.0 was released in November 2013 and it featured around 80 functions for window and inputs management, basic 2D and 3D shape drawing, texture loading and drawing, font loading, text drawing, audio system management and audio file loading and playback. The first raylib version had eight subsequent minor releases (from raylib 1.1 to raylib 1.8), over the course of five years, which each introduced some new features. Some of the most notable improvements wereAndroid,WebAssembly andRaspberry Pi support, multipleOpenGL backends,VR support and ten examples.
raylib 2.0 was released in July 2018 and removed all external dependencies from the build system. It also exposed a number of configuration options in thebuild system, to minimize size and increase support, supporting variouscontinuous integration systems. Along the following two years, parts of the library were reviewed updated, and the ecosystem was built out. During this period, a single minor release, raylib 2.5, was launched.
raylib 3.0 was released in April 2020, refactoring many parts of the code to improve portability and bindings. It involved moving global variables to contexts, added support for custom memory allocators, a filesystem for loading assets and over 115 code examples. It received a minor update, raylib 3.5, in December 2020.
raylib 4.0 was released in November 2021, featuring a complete naming review for library consistency and coherency: function names, parameters, descriptions, comments and log output messages were reviewed. It added an internal Events Automation System and exposed game-loop control for the user. It also features some of its internal libraries to be used as standalone modules: rlgl and raymath.
raylib 4.2 was released in August 2022.[7]
raylib 4.5 was released in March 2023, 7 months after the last release. This update brought ANGLE support on Desktop platforms, a brand new camera module, support for M3D models and M3D/GLTF animations, compatibility with theQOA audio file format, a brand new module for compressed textures loading (rl_gputex), reviews in therlgl and thershapes modules, data structures validation (IsImageReady()
,IsTextureReady()
andIsSoundReady()
) for many raylib structures and many other improvements. It has been the biggest update of the library to date.
raylib 5.0 was released in November 2023, improving support for future platform ports.[8]
raylib 5.5 was released in November 2024.
raylib offers the following features:[9][10]
As of January 2024,[update]GitHub lists around 900 projects matching theraylib
topic.[11]
raylib consists of several modules that are exposed to the programmer through theAPI.
raylib hasbindings for more than 70 different programming languages, created by various language communities. Computer programming languages that are updated to the latest version include:C#, Crystal,D (Dlang),Fortran,Go,Jai,Java,Lua,Nim,Python,Rust,V (Vlang), andZig. A list of bindings is available in the BINDINGS.md file[5] in the raylibGitHub repository.
The raylib community has contributed several add-ons to extend the features and connection of raylib with other libraries. Some of the modules are: