Coder Social home page Coder Social logo

hempflower / paramlab Goto Github PK

View Code? Open in Web Editor NEW
35.0 2.0 7.0 2.32 MB

Node based visual-programming HMI

License: Other

Go 6.43% NSIS 8.07% JavaScript 5.68% HTML 0.26% Vue 21.65% TypeScript 57.38% CSS 0.35% SCSS 0.17%
blueprint serial serialport tools wails visual-programming

paramlab's Introduction

ParamLab - DIY Your Own HMI

Introduction

ParamLab offers a new HMI (Human-Machine Interface) mode, unlike traditional HMIs. ParamLab utilizes a visual programming model similar to UE4 Blueprints. This mode seamlessly combines programming with data display. Even without programming experience, you can quickly assemble an HMI that meets custom requirements by connecting nodes with a mouse.

Development

Environment

This project is based on the Wails framework. Please refer to the Wails documentation for Wails environment installation.

Run in Development Mode

wails dev

Build

wails build
# or use upx to compress, smaller size
wails build -upx

Technology Stack

  • element-plus provides some components
  • retejs provides a visual programming framework
  • vue3 + typescript + vite basic framework
  • wails provides cross-platform support

Usage

Download

Please visit the release page to download the latest version.

In newer versions of Windows 10 or Windows 11, you can run the program directly without installing any dependencies. In older versions of Windows, you need to install the WebView2 runtime. Download link: https://developer.microsoft.com/en-us/microsoft-edge/webview2/

Linux and macOS theoretically support it, but it's untested. Feel free to try, and if you encounter any issues, please raise an issue.

Edit Nodes

Create Nodes

Right-click in the editor area and choose the node type you want to add. The node will be added to the mouse position.

Connect Nodes

Drag the output port of one node to the input port of another node with the left mouse button to connect the two nodes. Note that not all output ports of a node can connect to all input ports. Only ports of matching types can connect.

Run

Select the run button in the editor's floating toolbar to run the current node combination.

Save and Load

Choose "File"->"Save" to save the current node combination. The saved file is in JSON format and can be opened with a text editor.

Choose "File"->"Load" to load a saved node combination.

Screenshots

node-connect

serial-util

License

ParamLab is licensed under the GPL V3 License. See LICENSE for the full license text.

paramlab's People

Contributors

hempflower avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

paramlab's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.