Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 450 Bytes

Christmas Tree GIF Generator

A festive Christmas tree GIF generator implemented using only Golang standard library code.

Usage

Build from source using:

$ make build

Run the binary for the operating system of your choice from the bin directory

Example

Example tree

Notes

The lights on the tree are particularly rubbish, likely due to the crude circle drawing algorithm. Some improvements to be made here.