newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.52k stars 113 forks source link

Possible to flip the position of inputs and outputs? #314

Open JasXSL opened 1 year ago

JasXSL commented 1 year ago

Is there a way to flip the position of inputs and outputs? So outputs are on the left and inputs on the right? If not, would it be possible to add that?

eviltik commented 11 months ago

Perhaps it can help

https://github.com/newcat/baklavajs/issues/319

newcat commented 10 months ago

Unfortunately, moving the outputs to the left and outputs to the right isn't possible at the moment. The calculation logic for positioning the connections expects outputs to be on the right and inputs to be to the left. I might add an option to flip the inputs/outputs in the future.