New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@raylib/api

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raylib/api

raylib-api: Exports of the raylib API in various file formats.

  • 5.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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)

Keywords

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc