Addon: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{TOCright}} == Introduction == In LabRPS and in this documentation, an addon is any component that is not part of the base installation, but that can be added to the system by certain methods. == Different types == There are three types of addons: * Macros: short snippet of Python code that provides a new tool or functionality in a single file ending with {{incode|.RPSMacro}}. * Preference Packs: distributable c...") |
No edit summary |
||
Line 21: | Line 21: | ||
If you have developed a macro or workbench, and want to see it included in the Addon manager, read how to do so on the repository pages: ([https://github.com/LabRPS/LabRPS-addons/ LabRPS-addons] and [https://github.com/LabRPS/LabRPS-macros/ LabRPS-macros]). If you add your macro to the [[Macros_recipes|Macros recipes]] page, there is nothing else to do, it will automatically be picked up by the Addon manager. | If you have developed a macro or workbench, and want to see it included in the Addon manager, read how to do so on the repository pages: ([https://github.com/LabRPS/LabRPS-addons/ LabRPS-addons] and [https://github.com/LabRPS/LabRPS-macros/ LabRPS-macros]). If you add your macro to the [[Macros_recipes|Macros recipes]] page, there is nothing else to do, it will automatically be picked up by the Addon manager. | ||
{{Userdocnavi}} | {{Userdocnavi}} | ||
[[Category:Addons]] | [[Category:Addons]] |
Latest revision as of 17:52, 28 October 2024
Introduction
In LabRPS and in this documentation, an addon is any component that is not part of the base installation, but that can be added to the system by certain methods.
Different types
There are three types of addons:
- Macros: short snippet of Python code that provides a new tool or functionality in a single file ending with
.RPSMacro
. - Preference Packs: distributable collections of user preferences.
Installation
The recommended way to install addons is with the Addon Manager.
But for macros and workbenches manual installation is also possible:
Information for developers
If you have developed a macro or workbench, and want to see it included in the Addon manager, read how to do so on the repository pages: (LabRPS-addons and LabRPS-macros). If you add your macro to the Macros recipes page, there is nothing else to do, it will automatically be picked up by the Addon manager.
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, AppImage
- Basics: About LabRPS, Interface, RPS Objects, Object name, Preferences, Workbenches, Document structure, Properties, Help LabRPS, Donate
- Hubs: User hub, Power users hub, Developer hub