Skip to content
JoeStrout edited this page Apr 29, 2026 · 6 revisions

Welcome to the raylib-miniscript wiki!

We have here a page for every API provided by raylib-miniscript. Most of those are in the raylib module, though we have a couple of extra modules like file and http which many users might need. The raylib module is conceptually divided into groups: RAudio, RCore, RMath, etc.; but in MiniScript, all of those functions are accessed under raylib.

Use the navigation panel at right to browse the wiki, or the search field (twist open Pages) to find exactly the function you're looking for. Also check out the Raylib Types page, explaining how to represent various Raylib structs (colors, vectors, rects, etc.) in MiniScript.

Contributions Welcome!

Every page has, between the syntax tables and the example code, a Notes section. This is a place for us, the community, to add our own usage notes for any API. That can include links to related APIs, "gotchas" or surprising functionality, important details, clever ways to apply it, or anything else that will help future users out.

Contribute your notes by cloning this wiki, editing the page, and then submitting a PR. Or you can just open an Issue with a link to the page, and your suggested note, and I'll edit the page for you.

Clone this wiki locally