godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.47k stars 21.26k forks source link

Visualscript Node Suggestion #18734

Closed NoodleSushi closed 6 years ago

NoodleSushi commented 6 years ago

I have a new visualscript node suggestion Called the Formula Node

The Formula Node inputs a string and multiple variables: This node could simplify the workflow from creating complicated calculations with multiple operator nodes, to simply typing a formula on a node with inputs and an output

the number of arguments (a,b,c.....) will depend on an exported integer value

So you could go from this: capture To this: capture

akien-mga commented 6 years ago

Isn't there an Expression node that does just that already?

NoodleSushi commented 6 years ago

@akien-mga oops, my bad