mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-06-09 23:32:20 +02:00
.. | ||
.gitignore | ||
index.js | ||
LICENSE.md | ||
Makefile | ||
package.json | ||
raygui.json | ||
raygui.lua | ||
raygui.txt | ||
raygui.xml | ||
raylib.json | ||
raylib.lua | ||
raylib.txt | ||
raylib.xml | ||
raymath.json | ||
raymath.lua | ||
raymath.txt | ||
raymath.xml | ||
README.md | ||
reasings.json | ||
reasings.lua | ||
reasings.txt | ||
reasings.xml | ||
rlgl.json | ||
rlgl.lua | ||
rlgl.txt | ||
rlgl.xml | ||
rmem.json | ||
rmem.lua | ||
rmem.txt | ||
rmem.xml | ||
rres.json | ||
rres.lua | ||
rres.txt | ||
rres.xml |
raylib-api 
Exports of the raylib API through raylib's parser.
Target Version: 4.5.0
Features
Versioned exports of the latest raylib APIs through the latest version of the parser:
- reasings
- raygui
- raylib
- raymath
- rlgl
- rmem
- rres
Usage
Since this is just data, there are a few ways to use raylib-api...
Node.js
npm install @raylib/api
const raylibApi = require('@raylib/api')
git
# Clone
git clone https://github.com/RobLoach/raylib-api.git
# Submodule
git submodule add https://github.com/RobLoach/raylib-api.git
Update
To update the exported APIs based on the latest parser, run:
make
See Makefile for more.
License
raylib-api is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.
Copyright (c) 2022 Rob Loach (@RobLoach)