A JS-based script editing and running program that plagiarizes Unreal Engine blueprint
English Readme
This is a design software for scripts similar to (plagiarized) in Unreal engine blueprints. Based on HTML and JS, you can encapsulate some complex and highly functional code into repeated callable functional units, and organize and call them with simple and easy-to-understand process script blueprints. You can use the process blueprint to control the operation of the program. Users can not know much about programming, and can also perform highly customized and fine control of the program.
In some application scenarios, users must have high customization requirements for programs, such as controlling data acquisition and processing operations; or being able to customize actions for device control, but users do not understand programming. You can encapsulate your device or business code into callable units, process parameters, events, etc., and write documents, allowing users to customize calls based on simple flowcharts, customize processing of data, etc. Users only need to drag and drop the line on the flowchart to customize the operation process they want.
There is currently no release version. But you can try debugging the version first.
npm install
Currently supports two platforms, Electron and Web, and start-up method:
npm run dev
# 编译成功之后访问 localhost:5173
This project has not been fully developed and matured, so it is best not to be used in any production projects!
Currently, only the author is developing with love. . . If you are also interested in this, you can come to me at any time ( the big guys are handsome and talented, can you help the weak and cute authors? ), wechart: brave_imengyu, we can discuss the prospects and application issues of this project together. If you have any questions, I will try my best to answer you.
If you would love to use this project in a production environment, I will try my best to help you improve your project and access improvements (may require a little reward)?
This project uses the MIT protocol.