ln
ln copied to clipboard
3D line art engine.
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...
This is a fantastic library, thank you! One suggestion: it would become more versatile if the code was updated to support Go modules.
Adds support for go modules. Closes #23.
in earth.go: func LoadPaths() ln.Paths { var result ln.Paths file, err := shp.Open("examples/ne_10m_coastline/ne_10m_coastline.shp")
Union is not implemented if I'm correct, but it is advertised in the ReadMe. Is there a simple way to activate it?
http://store.makeblock.com/xy-plotter-robot-kit/ 404s in the README
The suzanne.obj file is in same repo as the suzanne.go
Hi, I'm trying to do some tests using an orthographic matrix, but I seem to be getting some errors in the ray intersection. I don't know if I've set something...
I noticed that "suzanne.obj" is provided, but not "mountain.csv"
Added new Paths implementations. Made the one in function.go pluggable at run-time.