fogleman / lissaknot

Create 3D models of Lissajous knots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lissaknot

Simple Go program to create 3D models (STLs) of Lissajous knots.

Installation

$ go get -u github.com/fogleman/lissaknot

Usage

Running the program with no arguments generates random knots and saves them to disk. See the source for more details.

$ go run main.go

You can also specify knot parameters to generate a single knot STL:

$ go run main.go fx fy fz [px py]

Examples

2.3.7 3.4.5 3.5.7 3.8.7 4.5.7 5.6.7

About

Create 3D models of Lissajous knots.

License:MIT License


Languages

Language:Go 100.0%