tutorials:startup-model
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:startup-model [2024/11/28 14:49] – [Look around] tim | tutorials:startup-model [2025/01/08 11:40] (current) – [Installation] gaetan | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Installation ===== | ===== Installation ===== | ||
- | GroIMP is a java-based application that supports Windows, Mac and Linux, installation | + | GroIMP is a Java-based application that supports Windows, Mac and Linux. Installation |
- | Before installing GroIMP please make sure that you have Java 21 or higher installed on your computer. If not you can find the oracle version [[https:// | + | Before installing GroIMP, please make sure that you have Java 17 or higher installed on your computer. If not you can find the oracle version [[https:// |
Additional information can be found in the user guide: [[user-guide: | Additional information can be found in the user guide: [[user-guide: | ||
- | After installing GroIMP using a installer, a desktop | + | After installing GroIMP using an installer, a desktop |
===== Look around ===== | ===== Look around ===== | ||
- | On the first window even so it is empty we can already find some important parts of the software. Especially | + | On the first window, even though |
{{ : | {{ : | ||
- | - **New** creates a new GroIMP project from one of the templates, we are going to use this in the next step | + | - **New** creates a new GroIMP project from one of the templates |
- | - **Open** allows you to open GroIMP projects, they are stored either as gsz or gs file. | + | - **Open** allows you to open GroIMP projects. These are stored either as gsz or gs files. |
- | - **Example projects** provides you with a collection of embedded example projects that try to highlight the most important features of the software. | + | - **Example projects** provides you with a collection of embedded example projects that try to highlight the most important features of the software. |
- The **RGG Tutorial** is an embedded tutorial that gives an interactive introduction to the XL/RGG syntax | - The **RGG Tutorial** is an embedded tutorial that gives an interactive introduction to the XL/RGG syntax | ||
- | - **Help** opens the embedded documentation, of all the installed plugins. | + | - **Help** opens the embedded documentation of all the installed plugins. |
- Under **Preferences** most GroIMP features can be customized, from rendering, over the number of buttons on a toolbar, to the ports of the embedded servers. This is documented [[user-guide: | - Under **Preferences** most GroIMP features can be customized, from rendering, over the number of buttons on a toolbar, to the ports of the embedded servers. This is documented [[user-guide: | ||
- | - This part of the menu points to several helpful webpages that provide | + | - This part of the menu points to several helpful webpages that provide |
- | - The [[https:// | + | - The [[https:// |
- [[https:// | - [[https:// | ||
- [[https:// | - [[https:// | ||
- | - The [[https:// | + | - The [[https:// |
- | - With the **Plugin Manager** it is possible to install remove and update plugins (parts of the software) This is documented [[user-guide: | + | - With the **Plugin Manager** it is possible to install, remove and update plugins (parts of the software) This is documented [[user-guide: |
Line 33: | Line 33: | ||
===== New RGG ===== | ===== New RGG ===== | ||
+ | Firts of al, to get a first impression of modelling in GroIMP, let's open our first RGG project. To do so, go to the menu, click on New (the 1 in the image above) and select "RGG Project" | ||
+ | This will provide you with the following window: | ||
+ | {{ : | ||
- | - The **Function Browser** shows the basic RGG functions, that can be used in a project. This will be helpful later if you want to understand code or look for a specific function. | + | Lets have a short look around: |
+ | - The RGG toolbar provides a button for each public function in the RGG code (the code can be seen in the code editor(4)) if you wish you can click on run and see the changes in the 3D view. Additionally, | ||
+ | - The 3D view shows the current state of the model. It is possible to navigate through the model using either mouse control or the navigation button on the top right. With the menu it is possible to customize the view and the camera and to render the view with different renderers. Additionally, | ||
+ | - A GroIMP model is coded in the RGG programming language, and the code is stored in files with the extension rgg. To manage the files the File Explorer is used, here you can add, create and delete files and folders. To create a file you have to add a not yet existing file. If you select a file it is opened in the code editor (4) you can try this with the parameters.rgg file in the folder param. | ||
+ | - GroIMP includes the code editor JEdit to edit the source files of the simulation. If not changed in the preferences, | ||
+ | - If, for example, you mis-type setShader(BLUH) (instead of BLUE) you will see an error message in the messages panel. This panel will give you information about most events and issues in your project. | ||
+ | - Each file you create in your model is compiled and added to the Meta Objects explorer. If you select one here it opens the attribute editor (7) for the model. | ||
+ | - The Attribute editor can be used to manipulate the currently selected objects. This includes the nodes and the meta objects. If, for instance, you select the little sphere, change the field Radius and press enter the selected sphere is changing the diameter. However, if you click reset on the RGG toolbar(1) the sphere (actually a new version of it) returns to its original size (since the init() method has now been executed). | ||
+ | - Finally, the XL-Console is used to run RGG commands on the model without recompiling it, which can be helpful for analyzing or manipulating the model during a simulation. Try to type '' | ||
+ | |||
+ | ==== Additional panels ==== | ||
+ | |||
+ | Beside the panels opened directly in the beginning there are several others that can help you at times. Here are two panels that may get you started: | ||
+ | |||
+ | * / | ||
+ | * / | ||
+ | |||
+ | ==== Saving ==== | ||
+ | |||
+ | To save your project, you can either press the save button in the RGG toolbar or go to File/Save. | ||
+ | This provides you with a file dialog where you can select a location to save. The possible file types are .gs and .gsz. The simplest to use is gsz, which creates just one archive of all the files and saves it. This can then be moved and shared. The gs option saves the same files, but they will not be compressed, which means the project is a whole folder. |
tutorials/startup-model.1732801772.txt.gz · Last modified: 2024/11/28 14:49 by tim