https://github.com/fogleman/lissaknot
Create 3D models of Lissajous knots.
https://github.com/fogleman/lissaknot
Last synced: 9 months ago
JSON representation
Create 3D models of Lissajous knots.
- Host: GitHub
- URL: https://github.com/fogleman/lissaknot
- Owner: fogleman
- License: mit
- Created: 2019-10-23T18:10:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T20:46:47.000Z (over 6 years ago)
- Last Synced: 2025-05-13T08:43:32.328Z (11 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lissaknot
Simple Go program to create 3D models (STLs) of [Lissajous knots](https://en.wikipedia.org/wiki/Lissajous_knot).
### 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](https://github.com/fogleman/lissaknot/blob/master/main.go) 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





