raylib-api: Exports of the raylib API in various file formats.
npm install @raylib/apiExports of the raylib API through raylib's parser.
Target Version: 5.5
Versioned exports of the latest raylib APIs through the latest version of the parser:
- raygui
- raylib
- raymath
- reasings
- rlgl
- rmem
- rres
Since this is just data, there are a few ways to use raylib-api...
`` bash`
npm install @raylib/api
` js`
const raylibApi = require('@raylib/api')
` bashClone
git clone https://github.com/RobLoach/raylib-api.git
Update
To update the exported APIs based on the latest parser, run:
`
make
``See Makefile for more.
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)