Shoozza / Ray4Laz

A complete header translation (binding) of the raylib 4.5 to Pascal. Without any funky helper functions for memory alignment issues. Inspired and partially based on the drezgames/raylib-pascal binding, however a little cleaner and more recent, with FPC 3.2.0 and up support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Bindings

Header Supported
raylib.h ✔️
raymath.h ✔️
rlgl.h ✔️
raygui.h ✔️
physac.h ✔️

Platforms

OS Supported
Mac ❓ no tested
Windows ✔️
Linux ✔️
Haiku ✔️

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.

Select the package menu, open the network package manager.

Select ray4laz package and install.

Create a new project (Ray Simple Project).

Enjoy !!!

About

A complete header translation (binding) of the raylib 4.5 to Pascal. Without any funky helper functions for memory alignment issues. Inspired and partially based on the drezgames/raylib-pascal binding, however a little cleaner and more recent, with FPC 3.2.0 and up support.

License:zlib License


Languages

Language:C 85.6%Language:Pascal 9.6%Language:GLSL 4.8%