JupiterRider
402eab3837
Update BINDINGS.md ( #4566 )
2024-12-02 18:50:24 +01:00
ahmedqarmout2
87b3085f5c
Added new Jai bindings to BINDINGS.md ( #4565 )
...
Co-authored-by: Ahmed Qarmout <ahmed.qarmout@mail.utoronto.ca>
2024-12-02 18:48:24 +01:00
Ryan Johnston
e181069c62
Update BINDINGS.md ( #4559 )
...
Include CLIPSraylib in the list of language bindings.
2024-12-01 23:12:00 +01:00
Ray
6c59dc4a65
Update BINDINGS.md
2024-12-01 22:39:09 +01:00
devdad
645f9e31c9
I've created bindings for raylib 5.5 for c3-lang at https://c3-lang.org ( #4555 )
...
* basic pbr example
pbr implementation includes rpbr.h and few shader files header only file, which self contain everything needed for pbr rendering. Few textures and one model of the car which is under free licence which is included inside basic_pbr.c example file currently supported shader versions are 120 and 330 , version 100 has small issue which I have to resolve
* Unloading PBRMAterial
I forgot unloading PBRMaterial
* fix small issue with texOffset assigment.
value was Vector4 at first but I found out it would be unclear for and users, so I change to have two Vector2 instead, but forgot to assign offset .
* Changed size of textures and file name changed
Changed size of textures from 2048x2048 to 1024x1024 and file name changed to shaders_basic_pbr.c ,
Added the function PBRModel PBRModelLoadFromMesh(Mesh mesh);
but GenMeshPlane(2, 2.0, 3, 3) culdn't be used because it crash once GenMeshTangents() is used with that plane mesh
* Update to 5.5 version of eexample and fix to work in web
set GLSL_VERSION 100
set precision highp float;
removed in keyword
fix for loop has to use only constant
* Update shader_basic_pbr example to work on web
changed to GLSL_VERSION 100
update glsl100 shader
set float precision to highp
removed keyword in
change for loop tu use constant value gives an error
* Update shader_basic_pbr example to work on web
changed to GLSL_VERSION 100
update glsl100 shader
set float precision to highp
removed keyword in
change for loop tu use constant value gives an error
* removed rpbr.h
removed rpbr.h
* Bindings for c3-lang raylib 5.5 and raylib 5.0
I've created raylib 5.5 binding for c3-Lang https://c3-lang.org
2024-12-01 22:37:28 +01:00
RealDoigt
cd16c9ea91
Add the D Object Oriented Raylib wrapper to the list of BINDINGS.md ( #4550 )
...
* add the D Object Oriented Raylib wrapper to the list of BINDINGS.md
* copy pasted correct url
I couldn't do it from the web ui for some reason
2024-11-28 22:50:44 +01:00
glowiak
623c4376cc
The Jaylib binding is at 5.5 ( #4546 )
2024-11-28 22:46:04 +01:00
Jorge A. Gomes
57edbc3bab
Update BINDINGS.md for raylib-py 5.5 ( #4519 )
2024-11-20 11:24:47 +01:00
Philipp
a145779e21
Update BINDINGS.md: fortran-raylib is on v5.5 ( #4518 )
2024-11-19 22:42:34 +01:00
Alexandre B A Villares
481095226d
Update BINDINGS.md: github.com/electronstudio/raylib-python-cffi now 5.5 ( #4517 )
2024-11-19 22:41:14 +01:00
Jannis
bd706dfcf2
Update BINDINGS.md for raylib-beef ( #4514 )
2024-11-19 10:35:10 +01:00
Alexandre B A Villares
21575856f4
Update BINDINGS.md: raylib-python-cffi is on v5.0 ( #4512 )
...
According to https://github.com/electronstudio/raylib-python-cffi
2024-11-19 09:05:39 +01:00
Steven Schveighoffer
05b2603c45
Update raylib-d binding to 5.5 ( #4506 )
2024-11-19 09:03:39 +01:00
Rob Loach
fde3779ebd
BINDINGS: raylib-cpp supports raylib 5.5 ( #4511 )
...
[raylib-cpp](https://github.com/RobLoach/raylib-cpp ) has been updated to use the new raylib 5.5 functions. This is a great release! Thanks so much.
2024-11-19 00:37:33 +01:00
Gunko Vadim
71e0b8b581
Update BINDINGS.md ( #4504 )
2024-11-18 14:38:28 +01:00
Oussama Teyib
4f091f44a8
Fix typo in BINDINGS.md ( #4493 )
2024-11-15 08:26:22 +01:00
Anand Swaroop
59417636ca
Update BINDINGS.md ( #4378 )
2024-10-12 13:14:35 +02:00
Daniil Kisel
7d3f04ca35
Update BINDINGS.md ( #4337 )
...
Updated Lean4 bindings
2024-09-22 14:36:06 +02:00
Brian E
2f0cf8fbe1
[BINDINGS.md] Added raylib-bqn, moved rayed-bqn ( #4331 )
...
* [BINDINGS.md] Added raylib-bqn, moved rayed-bqn
rayed-bqn has had a lot of progress and I've realized it has diverged too much from raylib, and so I made raylib-bqn to be a simple binding, while rayed-bqn will be a utility wrapper.
* removed accidental newline
2024-09-20 09:01:15 +02:00
Alex
fd961deba7
Update BINDINGS.md ( #4311 )
...
I've updated the bindings
2024-09-10 07:44:25 +02:00
Brian E
63ae57d2e3
Added raylib-APL to BINDINGS.md ( #4253 )
...
* Added raylib-APL to BINDINGS.md
* added back the newline
* Made APL binding be version 5.0 instead of auto
Also alligned the bars of the new entry.
2024-08-15 10:05:34 +02:00
Jaen
047a4da696
Fix Carp link - BINDINGS.md ( #4175 )
...
The current link 404's. Replace it with a fork.
2024-07-21 13:44:34 +02:00
_Tradam
50000f4b01
added brainfuck bindings ( #4169 )
2024-07-18 21:06:18 +02:00
red thing
0c03cbff90
Update BINDINGS.md: dray binding supports raylib 5.0 ( #4163 )
2024-07-16 14:00:30 +02:00
ShalokShalom
b4fbdc0283
Update Julia Bindings ( #4068 )
2024-06-14 22:46:50 +02:00
MrScautHD
29ac31f409
Removed Raylib.NET ( #4050 )
2024-06-09 18:03:05 +02:00
MrScautHD
0cad25f798
Update Raylib-CSharp to 5.1-dev. ( #4030 )
...
* Update BINDINGS.md
* Update BINDINGS.md
* Update BINDINGS.md
2024-06-03 08:52:51 +02:00
vaezim
d7a8af144d
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md ( #4017 )
2024-05-30 08:22:07 +02:00
Lionel Briand
785ec74b92
Update BINDINGS.md ( #4004 )
...
Add L-Briand/raylib-zig-bindings to the Language Bindings table
2024-05-24 18:26:17 +02:00
Antonis Geralis
d9c5066382
nim bindings are in 5.1-dev, remove umaintained repos ( #3999 )
...
* nim bindings are in 5.1-dev, remove umaintained repos
* Update BINDINGS.md
* move to umaintained
* Update BINDINGS.md
* github editor is pranking me
2024-05-21 21:51:19 +02:00
Ray
b2f4f4d8fd
Update BINDINGS.md
2024-05-21 13:10:38 +02:00
Carmine Pietroluongo
fc9634a4de
Update BINDINGS.md ( #3995 )
2024-05-21 13:07:31 +02:00
IoIxD
74d7e78b70
BINDINGS.md: raylib-rs now at 5.0 ( #3991 )
2024-05-21 12:53:05 +02:00
MrScautHD
f69ae58304
Update BINDINGS.md ( #3963 )
2024-05-06 12:50:05 +02:00
Nikolas
892e57d46e
Update raylib-zig version ( #3902 )
2024-04-07 23:03:39 +02:00
Ray
8bcf044983
Remove broken-link bindings #3899
2024-04-07 10:01:25 +02:00
joyousblunder
42db6badd0
Update BINDINGS.md ( #3868 )
...
Odin's binding were bumped to 5.0 back in November 2023
2024-03-13 23:33:10 +01:00
Alex Macafee
6db5bb5ccd
Update BINDINGS.md ( #3829 )
...
Raylib VAPI has been updated to support all features added by Raylib 5.0
2024-02-26 10:26:17 +01:00
Brandon Baker
29ff658d92
Update BINDINGS.md ( #3774 )
...
Bump supported raylib version of Raylib-cs to 5.0
2024-02-02 18:06:30 +01:00
Anand Swaroop
b600786c52
Update BINDINGS.md ( #3739 )
2024-01-18 00:22:10 +01:00
Tobias Mock
02133092f8
Update OCaml bindings version ( #3730 )
2024-01-13 23:46:33 +01:00
Michael Scherbakow
eb6dcab308
Update raylib.zig version to 5.1-dev ( #3698 )
2024-01-04 10:51:53 +01:00
Kenta
710e811b27
Update BINDINGS.md ( #3689 )
...
Update Raylib.c3 to 5.0
2023-12-29 23:41:44 +01:00
Ray
99f22a47ff
Update some versions BINDINGS.md
2023-12-25 14:44:49 +01:00
iacore
21bfd06570
Update BINDINGS.md ( #3672 )
...
Update zig libs version
2023-12-25 14:38:49 +01:00
o3o
a06f3d0e34
Update BINDINGS.md ( #3662 )
...
Udated version of `bindbd-raylib3` to 5.0.0 (bind to raylib 5.0.0)
2023-12-22 17:40:57 +01:00
glowiak
fbecab32e7
Add new COBOL binding ( #3661 )
2023-12-21 19:31:34 +01:00
fubark
3f776df94e
Update ray-cyber to 5.0 in BINDINGS.md ( #3654 )
2023-12-19 23:30:17 +01:00
Braedon Lewis
1e7b99562a
Add new raylib-beef binding ( #3640 )
2023-12-15 16:23:35 +01:00
WIITD
dfb0ca43c5
Update raylib-freebasic binding ( #3591 )
2023-12-03 19:51:47 +01:00
Danil
ada1d0fb8c
BINDINGS: Add Raylib-CSharp-Vinculum ( #3571 )
2023-11-23 14:41:31 +01:00
Chris Warren-Smith
664d22967c
Update bindings for SmallBASIC ( #3562 )
2023-11-21 21:59:09 +01:00
Jorge A. Gomes
b13f97575b
Updated BINDINGS -> Python raylib-py v5.0.0beta1 ( #3557 )
...
Co-authored-by: Jorge A. Gomes <jorgegomes83@gmail.com>
2023-11-21 17:02:09 +01:00
Steven Schveighoffer
d409df0b61
Update raylib-d binding ( #3561 )
2023-11-21 16:58:08 +01:00
Dmitry Matveyev
7e60227720
Update BINDINGS.md for Janet ( #3553 )
...
This PR updates the bindings https://github.com/janet-lang/jaylib/pull/54
2023-11-19 11:11:51 +01:00
Auz
ee9b44245f
Update BINDINGS.md for Raylib.nelua ( #3552 )
...
Bumped version number and updated the link for Raylib.nelua
2023-11-19 11:01:10 +01:00
Ray
a91ebb7517
Update BINDINGS.md
2023-11-18 20:12:08 +01:00
Rob Loach
eccfaa5fcf
BINDINGS: Update raylib-cpp support to raylib 5.0 ( #3551 )
...
[raylib-cpp](https://github.com/RobLoach/raylib-cpp ) supports raylib 5.0.
2023-11-18 20:08:45 +01:00
Gunko Vadim
67035815aa
Update pascal binding.md ( #3548 )
2023-11-18 20:08:08 +01:00
JupiterRider
0873af4734
Update BINDINGS.md ( #3531 )
2023-11-12 12:23:00 +01:00
glowiak
17a968d2ed
Jaylib is now up-to-date ( #3508 )
2023-11-05 15:58:48 +01:00
Johnathan Corkery
a75251f0a9
Inclusion of Matte to BINDINGS.md ( #3427 )
2023-10-16 00:25:39 +02:00
Daniil Kisel
2f08f435b9
Add Raylib.lean to BINDINGS.md ( #3409 )
2023-10-13 20:54:15 +02:00
BLUELOVETH
c3a1c8c8eb
Update BINDINGS.md with raylib-pkpy-bindings ( #3361 )
2023-10-01 22:56:43 +02:00
XXIV
9ff47fc807
fix BINDINGS.md ( #3358 )
2023-09-27 20:57:47 +02:00
WraithGlade
115ba2b079
Factor's Raylib bindings mention being at v4.5 ( #3350 )
...
I looked at the linked Factor binding page for Raylib and found that the file [summary.txt](https://github.com/factor/factor/blob/master/extra/raylib/summary.txt ) has the following text in it:
```
Bindings for Raylib 4.5
```
The bindings have also been updated within the last week.
This implies that Factor's Raylib bindings are either already up to date with v4.5 or will be soon.
Thus, I have submitted this likely correction to Raylib's bindings table.
(PS: There are other Factor Raylib bindings on the internet that are less up-to-date, so don't confuse those with this.)
2023-09-26 18:59:40 +02:00
Tobias Mock
421ae5bbd8
Update raylib-ocaml bindings to 4.5 version ( #3322 )
2023-09-17 22:52:34 +02:00
Ray
33cc18ed51
Update BINDINGS.md
2023-09-17 13:32:44 +02:00
Wilson Silva
f9c6ca468a
Update BINDINGS.md with vaiorabbit/raylib-bindings ( #3318 )
2023-09-16 19:56:38 +02:00
turborium
18b22523cc
Update BINDINGS.md ( #3317 )
...
Update TurboRaylib bindings
2023-09-15 12:32:50 +02:00
bohonghuang
2b1849e57d
Add claw-raylib to BINDINGS.md ( #3310 )
2023-09-13 16:35:37 +02:00
Kenta
3ab7f70e31
Update BINDINGS.md ( #3307 )
...
Fix Kaylib binding. Reroute to a new repository.
Binding renamed.
2023-09-11 23:19:43 +02:00
Dan Vu
ecc80bbcea
added raylib-raku to bindings ( #3299 )
2023-09-08 11:13:00 +02:00
Ray
e2d4463886
Update BINDINGS.md
2023-08-15 00:04:07 +02:00
Ray
7a1c0d2547
Added fortran-raylib
2023-08-14 21:10:24 +02:00
Joseph Montanez
b60c691816
Update BINDINGS.md ( #3217 )
...
Updated Raylib-PHP to support Raylib 4.5
2023-08-02 09:05:02 +02:00
Alexander Klingenbeck
d3ea649832
Update BINDINGS.md to include rayjs ( #3212 )
2023-07-30 19:08:59 +02:00
Anand Swaroop
e8181a5ddf
Update latest h-raylib version ( #3166 )
2023-07-11 15:21:49 +02:00
Evan Pratten
91e4eea52d
Add raylib-ffi to bindings list ( #3164 )
2023-07-10 18:58:10 +02:00
o3o
334e96d470
update bindbd-raylib3 to raylib 4.5 ( #3157 )
2023-07-06 12:32:02 +02:00
Kenta
5834e970eb
Update BINDINGS.md ( #3138 )
...
Change C3 to Zlib
Update Raylib-nelua's name as Raylib.nelua to reflect repo change.
Update Raylib.nelua licence to Zlib
2023-06-27 22:03:42 +02:00
Ian Rash
fa698fb05e
Update BINDINGS.md for Crystal ( #3132 )
...
Just updated
2023-06-24 13:22:23 +02:00
Nikita K
aad51d4704
BINDINGS.md: Janet bindings supported version update ( #3083 )
2023-05-27 13:11:33 +02:00
JupiterRider
5978358e58
Update BINDINGS.md ( #3053 )
2023-05-11 19:48:53 +02:00
Kenta
81e2c97095
Update BINDINGS.md ( #3050 )
...
Update C3 binding to use Raylib version 4.5
2023-05-08 16:00:21 +02:00
Scott Helvick
05e71f990c
Version bump for CL bindings ( #3049 )
2023-05-07 20:21:47 +02:00
Chris
b9b045cdd8
Update BINDINGS.md ( #3026 )
2023-04-23 11:41:34 +02:00
Dor Shapira
05af08080e
Update BINDINGS.md ( #3023 )
...
update raypyc version to 4.6-dev
2023-04-22 19:38:56 +02:00
Soutaisei
535680668b
Update BINDINGS.md ( #3017 )
...
Update Kaylib to Raylib version 4.5
2023-04-19 21:25:25 +02:00
fubark
06c17ab7f1
Update BINDINGS.md ( #3002 )
2023-04-08 19:05:41 +02:00
Jorge A. Gomes
17c443ee6d
Update BINDINGS.md (raylib-py -> 4.5) ( #2992 )
...
Co-authored-by: Ray <raysan5@gmail.com>
2023-03-29 13:52:33 +02:00
Astie Teddy
1a110dcbd7
Update BINDINGS.md (raylib-lua -> 4.5) ( #2989 )
2023-03-25 23:26:38 +01:00
Ray
02bd709043
Update BINDINGS.md
2023-03-25 10:38:21 +01:00
Steven Schveighoffer
1fc8f1bdbf
Update raylib-d binding version to 4.5 ( #2988 )
2023-03-25 10:32:46 +01:00
WIITD
57082d6600
update raylib-freebasic to 4.5 ( #2986 )
2023-03-23 22:26:55 +01:00
Jarrod Davis
7565e274b1
Update BINDINGS.md ( #2983 )
...
Adding raylib for Pascal
2023-03-22 08:55:58 +01:00
gingerBill
d61303b1b0
Update BINDINGS.md for raylib Odin 4.5 ( #2981 )
2023-03-21 22:46:20 +01:00
Gunko Vadim
04229c5854
Update BINDINGS.md ( #2980 )
...
update ray4laz to raylib 4.5
2023-03-21 20:03:38 +01:00
Rob Loach
e450c75f6f
BINDINGS: Update various versions to 4.5 ( #2974 )
2023-03-20 16:41:16 +01:00
Michael Scherbakow
03e19c7f43
Update raylib.zig version to 4.5 ( #2971 )
2023-03-19 18:27:21 +01:00