From 00fad9e7442d3b4f31e77483133542b3ddbf4809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Eduardo=20Chavez=20Ayub?= <165610830+Ivan-Ayub97@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:27:02 -0600 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index af80750..1e1ec13 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,25 @@ The **v5.0** release represents a foundational transformation of the application --- +## 🚀 What's Next? + +We are working on a **fundamental transformation** of how users create, manage, and execute pipelines within **Warlock-Studio**. The next major update introduces the **Visual Nodes** system, a powerful tool that will drastically improve the user experience and the complexity of the projects you can handle. + +### 🖼️ New Module: `WSNodes` (Visual Node Editor) + +The **`WSNodes`** module is an advanced visual node editor, built on **PyQt5**, that will allow users to: + +* **Design Pipelines Intuitively:** Instead of directly editing JSON files, you will be able to drag, connect, and configure modules as if you were drawing a flowchart. +* **Simplified Visual Complexity:** Build complex, multi-step, and branching workflows in a clear and visual manner. +* **Reusability and Modularity:** Each node will encapsulate a specific function, allowing for easy reuse and simpler code maintenance. +* **Compilation and Execution:** Once designed, the editor will automatically compile the visual diagram into the internal pipeline format that **Warlock-Studio** already uses for execution. + +**This represents a significant leap in Warlock-Studio's usability and capability, moving it towards a more flexible and visually powerful project development environment.** + +![WSNodes](rsc/WSNodes.png) + +--- + ## 🤝 Contributions We welcome contributions from the community: @@ -165,3 +184,4 @@ We welcome contributions from the community: +