From e9aa59061f5729c018c965001e13d1ec3d592001 Mon Sep 17 00:00:00 2001 From: Chromum Date: Mon, 12 May 2025 14:50:58 +0000 Subject: [PATCH] Update Guides/QuickStart --- Guides%2FQuickStart.md | 43 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/Guides%2FQuickStart.md b/Guides%2FQuickStart.md index c9bfa60..41e3d9b 100644 --- a/Guides%2FQuickStart.md +++ b/Guides%2FQuickStart.md @@ -8,9 +8,9 @@ Welcome to the **Image Processing Graph**! This guide will walk you through crea To create a new graph: -1. **Right click in the project view**. +1. **Right-click** in the **Project View**. 2. Navigate to **Create → Image Processing Graph → New Graph**. -3. Name the asset as desired. +3. **Name the asset** as desired. --- @@ -47,6 +47,41 @@ To connect nodes: - To delete a node, you can **right-click** on the node and select **Delete**. - Alternatively, you can press the **Delete** key after selecting a node. +### 3.4 **Creating a Sticky Note** + +To create a sticky note:P + +1. Click on the **Options** button in the top right of the graph. +2. Select **Make Sticky Note** from the dropdown menu. +3. A note will appear at the centre of the graph. You can **drag** it to a more convenient location. +4. To **edit** the note, click on it and type your text directly inside. +5. Right click the sticky note to change settings such as Font Size. +5. Use sticky notes for adding reminders, comments, or any information relevant to the graph you’re building. + +### 3.5 **Running the Graph** + +To run the graph: + +1. Once your nodes are connected and configured, click the **Run** button in the top toolbar. +2. The graph will begin processing and executing according to the nodes and connections you’ve set up. +3. If there’s an error or issue, the **Console** will display relevant logs, which can be used to troubleshoot; The node that errors will highlight red. + +--- + +## 4. **Controls** + +### Navigation + +- **Middle Mouse Drag** – Pan view around graph. +- **Mouse Scroll** – Zoom in and out of the graph. + +### Graph Interaction + +- **Spacebar** – Open the node creation menu. +- **Delete Key** – Delete the selected node(s). +- **Ctrl + Z** – Undo the last action. +- **Ctrl + Shift + Z** – Redo the last undone action. + --- ## Tips & Tricks @@ -54,7 +89,3 @@ To connect nodes: - **Ports and Types**: Make sure you connect ports of the same type for proper functionality. - **Contextual Search**: Use the contextual search window for more dynamic and flexible node connections. - **Keyboard Shortcuts**: Use the **Spacebar** and **Arrow Keys** for quick navigation and node creation. - ---- - -Enjoy creating and processing your images with the powerful Image Processing Graph tool!