LuaNodeEditor
LuaNodeEditor copied to clipboard
A powerful and simple visual flow-node IDE for game engines, mods and software.
A way to make custom plugins for the application, to make the nodes more modular or a in-editor node designer.
### What feature do you want to request? A way to integrate testing, it would be cool to integrate automated testing systems with nodes or blocks inside the editor! ###...
### What feature do you want to request? Make it so that the function is being drawn to a diffirent graph so it can save optimization. ### Use Case Can...
### What feature do you want to request? Nodes for the operations: for, while, repeat, until, do ### Use Case more variation and needed for deeper code. ### More information...
### What feature do you want to request? I wanna include a Break node so we can break loops. ### Use Case Usage for breaking loops. ### More information _No...
Adding A*(A-Star) Alghoritm support. For much deeper complex code. We need a solution to make this easier to implement within our nodes or graphs. Sample of an A* in usage...
An idea to create additional blocks like Scratch? To combine with Nodes. Not sure if we can manage it but it is a nice idea.
Making a .lua file import allowing to import an actual .lua file to the node editor.