Skip to content
/ Ray4Laz Public
forked from GuvaCode/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.

License

Notifications You must be signed in to change notification settings

sarvex/Ray4Laz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.6%
  • Pascal 9.6%
  • GLSL 4.8%