lissajousgifs
lissajousgifs is a Go module that generates a random Lissajous GIF animation from a sequence of encoded bit-mapped images.
Installation
Use the Go CLI tool go to install lissajousgifs.
go get github.com/pascalallen/lissajousgifs
Usage
...
import "github.com/pascalallen/lissajousgifs"
...
// TODO
...
Testing
Run tests and create coverage profile:
go test -covermode=count -coverprofile=coverage.out
View test coverage profile:
go tool cover -html=coverage.out
Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT