Hello,
I have jumped into Dynamo as I want to start learning to programme and get familiar with some of the tools out there for Architecture and design.
I draw these series of sketches normally by hand where you start off with a line and draw the next line following it almost as perfectly as you can, by the end of the drawing it undulates in a natural flow. I have started to try and programme this (correct use of the word?). Somewhat succesfully
The logic followed here is that I draw a spline with specific x integer values, then make the y values vary between 0-1 and create a spline from this. The next line then takes the previous y values and adds a random value between 0-1.
Are there any suggestions on how I can simplify and improve this so I can make the x a slider and the number of splines a slider also?