5.5.0 • Published 1 year ago

@raylib/api v5.5.0

Weekly downloads
-
License
Zlib
Repository
github
Last release
1 year ago

raylib-api @raylib/api

Exports of the raylib API through raylib's parser.

Target Version: 5.5

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...

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)

5.5.0

1 year ago

5.0.1

1 year ago

4.5.1

3 years ago

5.0.0

2 years ago

4.5.0

3 years ago

4.2.1

3 years ago

4.2.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago