Plugins: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
== External plugins ==  
== External plugins ==  


LabRPS plugins are easy to program in [[C++|C++]], there are therefore many people developing additional plugins outside of the LabRPS main development area.
LabRPS plugins are easy to program in [[https://en.wikipedia.org/wiki/C%2B%2B|C++]], there are therefore many people developing additional plugins outside of the LabRPS main development area.


The [[external plugins|external plugins]] page lists all that are known to this community.   
The [[external plugins|external plugins]] page lists all that are known to this community.   

Revision as of 12:29, 25 June 2024

LabRPS, like many modern design applications, is based on the concept of Plugin. A plugin can be considered as a set of tools specially grouped for a certain task.

In LabRPS, the same concept applies. Tools are provided through plugins. The plugins are in turn some collection of objects called RPS objects or RPS features.

Built-in plugins

The following plugins are bundled with every LabRPS installation: They are easily installable from within LabRPS, using the Plugin Installer, found under menu Tools → Std CmdPluginInstaller.svg Plugins....

  • Plugin windLab.svg The WindLab Plugin provides a set of tools for the simulation of random wind velocity.
  • Plugin seismicLab.svg The SeismicLab Plugin provides a set of tools for the simulation of seismic ground motion.
  • Plugin seaLab.svg The SeaLab Plugin provides a set of tools for the simulation of sea surface.


External plugins

LabRPS plugins are easy to program in [[1]], there are therefore many people developing additional plugins outside of the LabRPS main development area.

The external plugins page lists all that are known to this community.

New plugins are always in development, stay tuned!