Packages

One package you can install today.

A package is a folder you drop into a Floptle project: art, audio, shaders, fonts, prefabs, scripts, editor tools, or all of them at once. Open Window ⏵ 📦 Packages ⏵ 🌐 Browse in the editor and this is the same list, with an Install button beside each one.

What it is
What it holds

Read from the files in each repository, not from what the author tagged it.

1 package

Recently updated

Packages here are user-managed. Anyone with an account can publish one. What we check is structural: that the id is a real id, that the manifest is readable at the revision it claims, and that the version installs. Nobody here reviews what the code does. A package is code that runs inside your editor, so read what it asks for, look at the repository, and trust it at your own discretion. The engine helps: since v0.55.3 a package that asks for a permission arrives switched off, and turning it on is you agreeing to it.

Installing one

From the editor, Browse and click Install. By hand, clone the repository at the revision on the package's page and copy the folder into <project>/packages/. Both routes end up in the same place, and the project's packages.ron records what it needs.

What the permissions mean

A package declares what it may reach for: Network, Files, Browser. Anything it does not declare is missing from its Lua, not merely refused at the point of use. This site reads that list from the package itself.

Getting yours listed

Submit it with the repository and the tag. Everything else is read from your own package.ron, and a package that passes every check is in this list, and in the editor, the same day. Never made one?

Read by the editor from https://fopull.com/packages/index.json · writing one