Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 514 Bytes

FyneLabs Snowflake

The Snowflake project is a Christmas gift that adds snowflakes to any Fyne app. Now you can decorate your apps with some christmas cheer!

Running the demo

To install you can simply run:

$ go get github.com/fynelabs/snowflake
$ snowflake

or you can download the code and run it yourself:

$ git clone https://github.com/fynelabs/snowflake
$ cd snowflake
$ go run .

Either way you should see the following:

Embedding in your own app

TODO