ln
ln copied to clipboard
3D line art engine.
Results
12
ln issues
Sort by
recently updated
recently updated
newest added
Would it be possible to specify stroke color in the `WriteToSVG` and `WriteToPNG` functions (to change [this line](https://github.com/fogleman/ln/blob/master/ln/path.go#L107) and [this line](https://github.com/fogleman/ln/blob/master/ln/path.go#L167), respectively)? Would be happy to submit a PR if...
There is an optimization you can make for you Triangle type, though it sort of prevents using Triangle literals. ``` type Triangle struct { V1, V2, V3 Vector Box Box...