Plugins: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Docnav
{{Docnav
|[[Std_DlgRPSFeatures|Feature Manager]]
|[[Std_DlgRPSFeatures|Feature Manager]]
|[[WindLab_Plugin|WindLab Plugin]]
|[[Plugin_WindLab|WindLab Plugin]]
|IconL=Std_DlgRPSFeatures.svg
|IconL=Std_DlgRPSFeatures.svg
|IconR=Workbench_WindLab.svg
|IconR=Workbench_WindLab.svg
Line 57: Line 57:
The external plugins are developed by the LabRPS community. LabRPS plugins are easy to program, there are therefore many people developing additional plugins outside of the LabRPS main development area.
The external plugins are developed by the LabRPS community. LabRPS plugins are easy to program, 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 can be obtained from [https://github.com/LabRPS/LabRPS-plugins this Github repository].   


New plugins are always in development, stay tuned!
New plugins are always in development, stay tuned!
Line 63: Line 63:
{{Docnav
{{Docnav
|[[Std_DlgRPSFeatures|Feature Manager]]
|[[Std_DlgRPSFeatures|Feature Manager]]
|[[WindLab_Plugin|WindLab Plugin]]
|[[Plugin_WindLab|WindLab Plugin]]
|IconL=Std_DlgRPSFeatures.svg
|IconL=Std_DlgRPSFeatures.svg
|IconR=Workbench_WindLab.svg
|IconR=Workbench_WindLab.svg

Latest revision as of 09:16, 1 February 2025

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 Std DlgRPSFeatures.svg RPS Features..., found under menu Tools → Std DlgRPSFeatures.svg RPS Features....

  • Workbench WindLab.svg The WindLab Plugin provides a set of tools for the simulation of random wind velocity.
  • Workbench SeismicLab.svg The SeismicLab Plugin provides a set of tools for the simulation of seismic ground motion.
  • Workbench SeaLab.svg The SeaLab Plugin provides a set of tools for the simulation of sea surface.
  • Workbench UserLab.svg The UserLab Plugin provides a set of tools for the simulation of user defined random phenomenon.


Official plugins

The following plugins are officials plugins developed by LabRPS Team:

  • SeaLab Plugins
    • SeaLab Plugin provides a set of tools for the simulation of sea surface.
    • Data Reshaper Plugin allows to reshape simulated wind velocities(time by location) into grid (location by location)
    • QBlade Plugin implements the simulation method from the QBlade project.
  • UserLab Plugins
    • UserLab Plugin provides a set of tools for the simulation of user defined random phenomenon.
    • Random Walk Plugin generates 2D random walks with rand velocity and random start point.

External plugins

The external plugins are developed by the LabRPS community. LabRPS plugins are easy to program, there are therefore many people developing additional plugins outside of the LabRPS main development area.

The external plugins can be obtained from this Github repository.

New plugins are always in development, stay tuned!