fogleman / ln

3D line art engine.
https://godoc.org/github.com/fogleman/ln/ln
MIT License
3.26k stars 131 forks source link

Gravitional waves example #21

Open speckone opened 5 years ago

speckone commented 5 years ago

Hello,

I really like the ln library and I've been using it with a drawbot I've built. Thank you!

I am trying to generate the gravitational waves example from the image in the Readme. I've gone through all of the examples and I can't seem to figure out how to generate that. I've successfully generated run all of the other examples. Can you elaborate on how that specifically is done?

fogleman commented 5 years ago

I'm guessing I did that with function.go but I don't remember the specific function off hand.

Stanko commented 4 years ago

Sorry to bump a really old issue, but @speckone this link might be helpful https://turtletoy.net/turtle/4b8ea1c123

Author ported parts of ln to javascript and used it to recreate this example.