Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RobLoach/raylib-api
Exports of the raylib API from raylib_parser
https://github.com/RobLoach/raylib-api
raylib
Last synced: 3 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T02:16:45.000Z (12 months ago)
- Last Synced: 2024-05-02T01:30:26.952Z (6 months ago)
- Topics: raylib
- Language: Lua
- Homepage: https://www.npmjs.com/package/@raylib/api
- Size: 630 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-raylib - raylib-api
README
# raylib-api [![@raylib/api](http://img.shields.io/npm/v/@raylib/api.svg)](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:** 4.5.0
## 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))*