Home

Awesome

ray4laz is a header translation of the raylib game development Library for the Lazarus project.


<img align="left" src="binary/resources/raylogo.png" width="256px">

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.

<br> 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.
<br>

features

supported headers

HeaderSupported
raylib.h:heavy_check_mark:
raymath.h:heavy_check_mark:
rlgl.h:heavy_check_mark:
raygui.h:heavy_check_mark:
physac.h:heavy_check_mark:

tested platforms

OSSupported
Mac❓ no tested
Windows:heavy_check_mark:
Linux:heavy_check_mark:
Haiku:heavy_check_mark:
ReactOS:heavy_check_mark:

build and installation raylib

raylib binary releases for Windows, Linux and macOS are available at the Github Releases page.

building raylib on multiple platforms

raylib Wiki contains detailed instructions on building and usage on multiple platforms.

installation in lazarus ide.

select the package menu, open the network package manager.

select ray4laz package and install.

create a new project (Ray Simple Project).

enjoy !!!

manual installation and use without lazarus ide

clone this repository, then use 'fpc-wrapper.sh' or 'fpc-wrapper.bat' as your compiler. this script automatically feeds fpc with the necessary arguments.

contributors

<a href="https://github.com/GuvaCode/Ray4Laz/graphs/contributors"> <img src="https://contrib.rocks/image?repo=GuvaCode/Ray4Laz" /> </a>