Skip to content
TheAssassin edited this page Dec 10, 2020 · 13 revisions

Overview

You can download and install libs through the console commands.

Type lib install <lib> to install one and lib update <lib> to update one.

If you want to uninstall any of them, type lib delete <lib>.

If you want to see a lib's documentation, type lib doc <lib>.

To use one, declare at the beginning of your program $use: <lib>.

Everyone can submit his lib on the Discord, and I'll publish it every time (except some obvious exceptions (not enough optimized, dangerous, or NSFW)) ! Tutorial here.

Every library has it's own documentation.

See them in the source code, and find acpl_libs/doc_<lib>.md, where <lib> is the library you're looking for.

Clone this wiki locally