Skip to content

HTTP server written in GO providing parametrized example of Lissajous Curves

License

Notifications You must be signed in to change notification settings

krzysiekpiasecki/Lissajous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages