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.
1 package
Recently updated
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