https://github.com/robloach/raylib-api
Exports of the raylib API from raylib_parser
https://github.com/robloach/raylib-api
raylib
Last synced: about 2 months ago
JSON representation
Exports of the raylib API from raylib_parser
- Host: GitHub
- URL: https://github.com/robloach/raylib-api
- Owner: RobLoach
- License: other
- Created: 2022-05-12T02:34:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-23T14:57:36.000Z (about 2 months ago)
- Last Synced: 2026-04-23T16:37:37.202Z (about 2 months ago)
- Topics: raylib
- Language: Lua
- Homepage: https://www.npmjs.com/package/@raylib/api
- Size: 371 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# raylib-api [](https://npmjs.org/package/@raylib/api "@raylib/api on npm")
Exports of the [raylib](https://github.com/raysan5/raylib/) API through [raylib's parser](https://github.com/raysan5/raylib/tree/master/parser).
**Target Version:** 5.5
## Features
Versioned exports of the latest raylib APIs through the latest version of the [parser](https://github.com/raysan5/raylib/tree/master/parser):
- raygui
- raylib
- raymath
- reasings
- rlgl
- rmem
- rres
## Usage
Since this is just data, there are a few ways to use *raylib-api*...
### [Node.js](https://www.npmjs.com/package/@raylib/api)
``` bash
npm install @raylib/api
```
``` js
const raylibApi = require('@raylib/api')
```
### git
``` bash
# 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](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](LICENSE) for further details.
*Copyright (c) 2022 Rob Loach ([@RobLoach](https://twitter.com/RobLoach))*