ray4laz is a header translation of the raylib game development Library for the Lazarus project.
raylib is a simple and easy-to-use library to enjoy videogames programming.
raylib is highly inspired by Borland BGI graphics lib and by XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education.
NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no auto-debugging... just coding in the most pure spartan-programmers way.
Header | Supported |
---|---|
raylib.h | :heavy_check_mark: |
raymath.h | :heavy_check_mark: |
rlgl.h | :heavy_check_mark: |
raygui.h | :heavy_check_mark: |
OS | Supported |
---|---|
MacOS* | :heavy_check_mark: |
Windows | :heavy_check_mark: |
Linux | :heavy_check_mark: |
Haiku | :heavy_check_mark: |
* to compile examples for the Apple m-series, see the m-series readme or watch this video
raylib binary releases for Windows, Linux and macOS are available at the Github Releases page.
raylib Wiki contains detailed instructions on building and usage on multiple platforms.
select the package menu, open the network package manager.
select ray4laz package and install.
create a new project (Ray Simple Project).
enjoy !!!
clone this repository, then use 'fpc-wrapper.sh' or 'fpc-wrapper.bat' as your compiler. this script automatically feeds fpc with the necessary arguments.