RobLoach / raylib-api

Exports of the raylib API from raylib_parser

Home Page:https://www.npmjs.com/package/@raylib/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raylib-api @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:

  • raygui
  • raylib
  • raymath
  • reasings
  • rlgl
  • rmem
  • rres

Usage

Since this is just data, there are a few ways to use raylib-api...

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)

About

Exports of the raylib API from raylib_parser

https://www.npmjs.com/package/@raylib/api

License:Other


Languages

Language:Lua 99.5%Language:Makefile 0.4%Language:JavaScript 0.1%