
Bibliothèque graphique simple
Raylib is a simple and easy-to-use library to enjoy videogames programming. It is designed for creating games and multimedia applications with minimal complexity, making it perfect for beginners and professionals alike.
Raylib provides a clean, minimalist C API that allows developers to focus on creating rather than fighting with tools. The library is designed with simplicity in mind, making it perfect for beginners and professionals alike. Get started with just a few lines of code and create your first game window within minutes.
With a single codebase, developers can target Windows, macOS, Linux, Web (via WebAssembly), Android, and iOS. The library handles platform-specific details internally, allowing developers to write portable code effortlessly and reach the widest possible audience without maintaining separate codebases.
Raylib is a simple and easy-to-use open-source library for videogame programming and multimedia applications. Written in pure C, it provides a minimalist API for 2D and 3D graphics, audio, input handling, and more, with cross-platform support for Windows, macOS, Linux, Web, Android, and iOS.
Raylib supports Windows, macOS, Linux, Web (via WebAssembly), Android, and iOS. With a single codebase, you can target all these platforms without platform-specific code, making it ideal for cross-platform game development.