diff options
| author | Jarrod Davis <[email protected]> | 2023-03-22 03:55:58 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-22 08:55:58 +0100 |
| commit | 7565e274b15c5e64e814ea6fa41553ad5efcef9a (patch) | |
| tree | 78ab958b2d76de4106c76d5d9b259ca7eb40905b | |
| parent | d61303b1b068c5ec579f314ef727f81de1749328 (diff) | |
| download | raylib-7565e274b15c5e64e814ea6fa41553ad5efcef9a.tar.gz raylib-7565e274b15c5e64e814ea6fa41553ad5efcef9a.zip | |
Update BINDINGS.md (#2983)
Adding raylib for Pascal
| -rw-r--r-- | BINDINGS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BINDINGS.md b/BINDINGS.md index 4e754150..fed0e16c 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -24,6 +24,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to | rayex | 3.7 | [elixir](https://elixir-lang.org/) | Apache-2.0 | https://github.com/shiryel/rayex | | raylib-factor | **4.0** | [Factor](https://factorcode.org/) | BSD | https://github.com/factor/factor/blob/master/extra/raylib/raylib.factor | | raylib-freebasic | **4.2** | [FreeBASIC](https://www.freebasic.net/) | MIT | https://github.com/WIITD/raylib-freebasic | +| raylib for Pascal | **4.5** | [Object Pascal](https://en.wikipedia.org/wiki/Object_Pascal) | Modified Zlib | https://github.com/tinyBigGAMES/raylib | | raylib-go | **4.2** | [Go](https://golang.org/) | Zlib | https://github.com/gen2brain/raylib-go | | raylib-guile | auto | [Guile](https://www.gnu.org/software/guile/) | Zlib | https://github.com/petelliott/raylib-guile | | gforth-raylib | 3.5 | [Gforth](https://gforth.org/) | MIT | https://github.com/ArnautDaniel/gforth-raylib | |
