krzysiekpiasecki / Lissajous

HTTP server written in GO providing parametrized example of Lissajous Curves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lissajous

HTTP server deployed on Heroku, generating Lissajous curves animations (GIF), written in GO programming language. Implementation inspired by the example from the book "The Go Programming Language".



Web Demo

https://lissajous-go.herokuapp.com/?cycles=2&size=200&delay=8&frames=64&res=0.002

Use query string to change parameters

Build and run locally

git clone https://github.com/krzysiekpiasecki/Lissajous.git
cd Lissajous
export PORT=8080
go run ./src/lissajous/lissajous.go

Links

Lissajous curves

Book "The Go Programming Language"

Open source programming language GO

About

HTTP server written in GO providing parametrized example of Lissajous Curves

License:MIT No Attribution


Languages

Language:Go 100.0%